https://issues.dlang.org/show_bug.cgi?id=19498
--- Comment #2 from Walter Bright <[email protected]> --- 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() --
