Skip to content

Commit

Permalink
Merge pull request apple#34004 from egorzhdan/winsdk-console
Browse files Browse the repository at this point in the history
WinSDK: add console API headers
  • Loading branch information
compnerd committed Sep 20, 2020
2 parents 8bc13cb + c1e43c7 commit 27aad53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/public/Platform/winsdk.modulemap
Expand Up @@ -43,6 +43,8 @@ module WinSDK [system] {

module console {
header "consoleapi.h"
header "consoleapi2.h"
header "consoleapi3.h"
export *
}

Expand Down

0 comments on commit 27aad53

Please sign in to comment.