windows-d (Windows SDK projection) is ready
Alexander
roland.taverner at gmail.com
Wed Jun 3 09:53:19 UTC 2026
On Tuesday, 2 June 2026 at 22:16:00 UTC, Richard (Rikki) Andrew
Cattermole wrote:
>
> -version=windows10_0_10240
>
> Now it is mapped ;)
I mean, we need something like discussed in [this
thread](https://forum.dlang.org/thread/aeEv52AzE0D-rAqn@qfbox.info) because every function and type should be attributed like `version(win >= 5.1)` which will never be possible in D. But seems this can be emulated with `mixin template`s and `static if`'s.
More information about the Digitalmars-d
mailing list