Skip to content

Commit 7ba7d9b

Browse files
committed
WinSDK: extract Printing submodule
Currently winspool.h gets included into `WinSDK.WinSock2` via windows.h
1 parent 8bc13cb commit 7ba7d9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,13 @@ module WinSDK [system] {
225225
link "OleAut32.Lib"
226226
}
227227

228+
module Printing {
229+
header "winspool.h"
230+
export *
231+
232+
link "WinSpool.Lib"
233+
}
234+
228235
module RichEdit {
229236
header "Richedit.h"
230237
export *

0 commit comments

Comments
 (0)