Skip to content

Commit 133554c

Browse files
committed
Windows: add DWMAPI to modulemap
Add an entry for the DWM API to the WinSDK headers. Without this the DWM APIs are not available.
1 parent 0685b28 commit 133554c

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)