Skip to content

Commit

Permalink
WinSDK: extract Printing submodule
Browse files Browse the repository at this point in the history
Currently winspool.h gets included into `WinSDK.WinSock2` via windows.h
  • Loading branch information
egorzhdan committed Sep 22, 2020
1 parent 8bc13cb commit 7ba7d9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stdlib/public/Platform/winsdk.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ module WinSDK [system] {
link "OleAut32.Lib"
}

module Printing {
header "winspool.h"
export *

link "WinSpool.Lib"
}

module RichEdit {
header "Richedit.h"
export *
Expand Down

0 comments on commit 7ba7d9b

Please sign in to comment.