Skip to content

Commit b9e3109

Browse files
committed
Platform: add ShellCore to WinSDK modulemap
Add the ShellCore module to the Windows SDK modulemap.
1 parent 3d1bfde commit b9e3109

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)