Skip to content

Commit 2ee8787

Browse files
authored
Merge pull request #82343 from compnerd/ntapi
Platform: expose NTAPI
2 parents b334c8e + e049493 commit 2ee8787

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)