Skip to content

Commit 8051532

Browse files
authored
Merge pull request swiftlang#33929 from egorzhdan/winsdk
WinSDK: extract several submodules
2 parents 0290736 + ec9f5a2 commit 8051532

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
@@ -337,6 +337,11 @@ module WinSDK [system] {
337337
link "Gdi32.Lib"
338338
}
339339

340+
module WinNT {
341+
header "winnt.h"
342+
export *
343+
}
344+
340345
module WinReg {
341346
header "winreg.h"
342347
export *

0 commit comments

Comments
 (0)