Skip to content

Commit ce0a3a2

Browse files
authored
Merge pull request #36204 from compnerd/comctl32
Platform: link against ComCtl32 when using Common Controls
2 parents b209f72 + 621a420 commit ce0a3a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ module WinSDK [system] {
148148
module CommCtrl {
149149
header "CommCtrl.h"
150150
export *
151+
152+
link "ComCtl32.Lib"
151153
}
152154

153155
module CommDlg {

0 commit comments

Comments
 (0)