Skip to content

Commit ea142db

Browse files
authored
Merge pull request swiftlang#31123 from compnerd/gdi
Windows: add a WinGDI submodule
2 parents 364d2dc + 6bad5a7 commit ea142db

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
@@ -203,6 +203,13 @@ module WinSDK [system] {
203203
link "DnsAPI.Lib"
204204
}
205205

206+
module WinGDI {
207+
header "wingdi.h"
208+
export *
209+
210+
link "Gdi32.Lib"
211+
}
212+
206213
module WinReg {
207214
header "winreg.h"
208215
export *

0 commit comments

Comments
 (0)