Skip to content

Commit 4ef2538

Browse files
authored
Merge pull request #22671 from compnerd/modularising-modules
WinSDK: improve module map further
2 parents 65a452f + bba46b9 commit 4ef2538

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ module WinSDK [system] [extern_c] {
112112
export *
113113
}
114114

115+
module ShellAPI {
116+
header "Shlwapi.h"
117+
export *
118+
}
119+
120+
module User {
121+
header "WinUser.h"
122+
export *
123+
}
124+
115125
module WinCrypt {
116126
header "wincrypt.h"
117127
export *

0 commit comments

Comments
 (0)