Skip to content

Commit ae9715a

Browse files
committed
WinSDK: extract System submodule with winioctl.h
Currently this header gets included into `WinSDK.WinSock2` via windows.h & winscard.h
1 parent 3c386d8 commit ae9715a

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,6 @@ module WinSDK [system] {
164164
link "NetAPI32.Lib"
165165
}
166166

167-
module DbgHelp {
168-
header "DbgHelp.h"
169-
export *
170-
171-
link "DbgHelp.Lib"
172-
}
173-
174167
module DWM {
175168
header "dwmapi.h"
176169
export *
@@ -244,6 +237,20 @@ module WinSDK [system] {
244237
link "shcore.lib"
245238
}
246239

240+
module System {
241+
module DbgHelp {
242+
header "DbgHelp.h"
243+
export *
244+
245+
link "DbgHelp.Lib"
246+
}
247+
248+
module IOCTL {
249+
header "winioctl.h"
250+
export *
251+
}
252+
}
253+
247254
module OLE32 {
248255
header "oaidl.h"
249256
export *

0 commit comments

Comments
 (0)