Skip to content

Commit 1d4009a

Browse files
authored
Merge pull request #33253 from compnerd/dwm
Windows: add DWMAPI to modulemap
2 parents 9bac363 + 133554c commit 1d4009a

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
@@ -156,6 +156,13 @@ module WinSDK [system] {
156156
link "DbgHelp.Lib"
157157
}
158158

159+
module DWM {
160+
header "dwmapi.h"
161+
export *
162+
163+
link "dwmapi.lib"
164+
}
165+
159166
module FCI {
160167
header "fci.h"
161168
export *

0 commit comments

Comments
 (0)