Skip to content

Commit c1e43c7

Browse files
committed
WinSDK: add console API headers
`WinSDK.core.console` only specified `consoleapi.h` header, while `consoleapi2.h` & `consoleapi3.h` were included in the WinSock2 submodule since these headers are included by `windows.h`
1 parent 8bc13cb commit c1e43c7

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)