Skip to content

Commit 1845538

Browse files
committed
Windows: add WER module to WinSDK
This adds the Windows Error Reporting module to the WinSDK to make it available to Swift.
1 parent e51c3bd commit 1845538

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)