On Tuesday, 26 April 2016 at 22:57:36 UTC, Jesse Phillips wrote:
Windows tends to have these in their header files, what is the best way to translate them to D?[...]
eunm win32msi = mixin(_WIN32_MSI); static if (win32msi >= 500) .....
Stefan Koch via Digitalmars-d-learn Tue, 26 Apr 2016 16:36:07 -0700
On Tuesday, 26 April 2016 at 22:57:36 UTC, Jesse Phillips wrote:
Windows tends to have these in their header files, what is the best way to translate them to D?[...]
eunm win32msi = mixin(_WIN32_MSI); static if (win32msi >= 500) .....