Skip to content

Commit f158e6a

Browse files
authored
Merge pull request swiftlang#34085 from egorzhdan/winsdk-version
WinSDK: extract version into a separate submodule
2 parents f1c0a49 + 70a6d2c commit f158e6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

+8
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ module WinSDK [system] {
127127
header "timezoneapi.h"
128128
export *
129129
}
130+
131+
// api-ms-win-core-version-l1-1-0.dll
132+
module version {
133+
header "winver.h"
134+
export *
135+
136+
link "Version.Lib"
137+
}
130138
}
131139

132140
module AuthZ {

0 commit comments

Comments
 (0)