Skip to content

Commit 27aad53

Browse files
authored
Merge pull request swiftlang#34004 from egorzhdan/winsdk-console
WinSDK: add console API headers
2 parents 8bc13cb + c1e43c7 commit 27aad53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ module WinSDK [system] {
4343

4444
module console {
4545
header "consoleapi.h"
46+
header "consoleapi2.h"
47+
header "consoleapi3.h"
4648
export *
4749
}
4850

0 commit comments

Comments
 (0)