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.
2 parents 24c80a3 + ae9715a commit 6a43108Copy full SHA for 6a43108
stdlib/public/Platform/winsdk.modulemap
@@ -172,13 +172,6 @@ module WinSDK [system] {
172
link "NetAPI32.Lib"
173
}
174
175
- module DbgHelp {
176
- header "DbgHelp.h"
177
- export *
178
-
179
- link "DbgHelp.Lib"
180
- }
181
182
module DWM {
183
header "dwmapi.h"
184
export *
@@ -252,6 +245,20 @@ module WinSDK [system] {
252
245
link "shcore.lib"
253
246
254
247
248
+ module System {
249
+ module DbgHelp {
250
+ header "DbgHelp.h"
251
+ export *
+
+ link "DbgHelp.Lib"
+ }
255
256
+ module IOCTL {
257
+ header "winioctl.h"
258
259
260
261
262
module OLE32 {
263
header "oaidl.h"
264
0 commit comments