https://issues.dlang.org/show_bug.cgi?id=19816
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|dmd |phobos --- Comment #2 from Rainer Schuetze <[email protected]> --- Since dmd 2.087 until 2.103, the error message is c:\d\dmd-2.087.0\windows\bin\..\..\src\phobos\std\internal\windows\advapi32.d(32): Error: undefined identifier HMODULE, did you mean alias HMODULE? ``` That message is a bit confusing, but the import of core.sys.windows.windef is actually missing in advapi32.d. So this is a phobos issue. --
