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 3c386d8 commit ae9715aCopy full SHA for ae9715a
stdlib/public/Platform/winsdk.modulemap
@@ -164,13 +164,6 @@ module WinSDK [system] {
164
link "NetAPI32.Lib"
165
}
166
167
- module DbgHelp {
168
- header "DbgHelp.h"
169
- export *
170
-
171
- link "DbgHelp.Lib"
172
- }
173
174
module DWM {
175
header "dwmapi.h"
176
export *
@@ -244,6 +237,20 @@ module WinSDK [system] {
244
237
link "shcore.lib"
245
238
246
239
240
+ module System {
241
+ module DbgHelp {
242
+ header "DbgHelp.h"
243
+ export *
+
+ link "DbgHelp.Lib"
+ }
247
248
+ module IOCTL {
249
+ header "winioctl.h"
250
251
252
253
254
module OLE32 {
255
header "oaidl.h"
256
0 commit comments