Skip to content

Commit e049493

Browse files
committed
Platform: expose NTAPI
The NTAPIs are sometimes required to access some system information. At the very least, the types defined here are useful to expose.
1 parent d7bfb57 commit e049493

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,11 @@ module WinSDK [system] {
329329
link "Mpr.Lib"
330330
}
331331

332+
module NTAPI {
333+
header "winternl.h"
334+
export *
335+
}
336+
332337
module Security {
333338
header "../shared/sddl.h"
334339

0 commit comments

Comments
 (0)