The symbols for Windows API seem to be missing a lot of symbols related to access control on Windows. This makes it impossible to use any samples related to elevation of process. e.g. We're missing TOKEN_INFORMATION_CLASS.TokenElevation
@etcimon updated dlang/druntime pull request #2940 "Fix #20577: Add windows symbols" fixing this issue: - Fix issue 20577 - Add missing symbols related to Windows UAC Add extern(Windows) symbols and types related to Windows UAC elevation and improve related types and enums. https://github.com/dlang/druntime/pull/2940
dlang/druntime pull request #2940 "Fix #20577: Add windows symbols" was merged into master: - c8ca9b38bf19503b818946bd43e4ef20c7c90bae by Etienne Cimon: Fix issue 20577 - Add missing symbols related to Windows UAC Add extern(Windows) symbols and types related to Windows UAC elevation and improve related types and enums. https://github.com/dlang/druntime/pull/2940