Skip to content

Commit 3195c28

Browse files
authored
Add WinSDK.GDIPlus Clang module. (#83425)
1 parent c3f3985 commit 3195c28

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,15 @@ module WinSDK [system] {
276276
link "Cabinet.Lib"
277277
}
278278

279+
explicit module GDIPlus {
280+
header "gdiplus.h"
281+
export *
282+
283+
link "gdiplus.lib"
284+
285+
requires cplusplus
286+
}
287+
279288
module Internationalization {
280289
module WinNLS {
281290
header "winnls.h"

0 commit comments

Comments
 (0)