We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9650cf commit 62b56f3Copy full SHA for 62b56f3
stdlib/public/Platform/winsdk.modulemap
@@ -134,9 +134,18 @@ module WinSDK [system] {
134
link "AuthZ.Lib"
135
}
136
137
- module CommCtrl {
138
- header "CommCtrl.h"
139
- export *
+ module Controls {
+ module CommCtrl {
+ header "CommCtrl.h"
140
+ export *
141
+ }
142
+
143
+ module CommDlg {
144
+ header "commdlg.h"
145
146
147
+ link "Comdlg32.lib"
148
149
150
151
// FIXME(compnerd) this is a hack for the HWND typedef for DbgHelp
0 commit comments