Skip to content

Commit fa4b7ea

Browse files
authored
Merge pull request swiftlang#30990 from compnerd/shellcore
Platform: add ShellCore to WinSDK modulemap
2 parents 263cdd0 + b9e3109 commit fa4b7ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,13 @@ module WinSDK [system] {
170170
link "ShLwApi.Lib"
171171
}
172172

173+
module ShellCore {
174+
header "ShellScalingApi.h"
175+
export *
176+
177+
link "shcore.lib"
178+
}
179+
173180
module OLE32 {
174181
header "oaidl.h"
175182
export *

0 commit comments

Comments
 (0)