[Issue 19498] undefined identifier rt_loadLibraryW

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 19 20:44:10 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19498

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
The files in question:

    rt\dmain2.d
    core\runtime.d

There's no reason to ever use the "A" Windows functions anymore, as Windows 95
is long dead.

1. delete rt_loadLibraryW()

2. move the logic in loadLibrary() to rt_loadLibrary()

--


More information about the Digitalmars-d-bugs mailing list