Skip to content

Commit 499cfed

Browse files
authored
Merge pull request #71954 from compnerd/wer
Windows: add WER module to WinSDK
2 parents 4b1deb0 + 1845538 commit 499cfed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,11 @@ module WinSDK [system] {
468468
link "User32.Lib"
469469
}
470470

471+
module WER {
472+
header "WerApi.h"
473+
export *
474+
}
475+
471476
module WIC {
472477
header "wincodec.h"
473478
export *

0 commit comments

Comments
 (0)