On Saturday, 12 August 2023 at 23:30:34 UTC, ryuukk_ wrote:
On Saturday, 12 August 2023 at 23:22:20 UTC, thePengüin wrote:
On Saturday, 12 August 2023 at 23:18:16 UTC, Adam D Ruppe wrote:
[...]

Where could I get more information? I can't find this link "import core.sys.windows.windows"

It's part of druntime, it comes with every installation of the compiler

On windows it usually is:

``C:\D\dmd2\src\druntime\src\core\sys\windows``


One question to D maintainers:

Why is ``core.sys`` modules not displayed on the online documentation? this seems to be a bug somewhere?

https://dlang.org/phobos/index.html

There is ``core`` for everything else, but not for ``core.sys``

Thanks for all, well in the online documentation there's not doc for core.sys but I can compile with core.sys, and Thanks for that

Reply via email to