Skip to content

Commit 846f522

Browse files
authored
Merge pull request #34032 from egorzhdan/winsdk-printing
WinSDK: extract Printing submodule
2 parents 5405585 + 7ba7d9b commit 846f522

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
@@ -251,6 +251,13 @@ module WinSDK [system] {
251251
link "OleAut32.Lib"
252252
}
253253

254+
module Printing {
255+
header "winspool.h"
256+
export *
257+
258+
link "WinSpool.Lib"
259+
}
260+
254261
module RichEdit {
255262
header "Richedit.h"
256263
export *

0 commit comments

Comments
 (0)