[Issue 19816] adding import causes symbol lookup deperecation message in another module

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 19 20:09:50 UTC 2023


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

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dmd                         |phobos

--- Comment #2 from Rainer Schuetze <r.sagitario at gmx.de> ---
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.

--


More information about the Digitalmars-d-bugs mailing list