Skip to content

Commit cdc1a7b

Browse files
committed
Platform: add an explicit AppModel module for Windows
Extract and isolate the AppModel APIs into its own module. This corresponds to the contract boundary on Windows.
1 parent 8ca4314 commit cdc1a7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ module WinSDK [system] {
4848
export *
4949
}
5050

51+
// api-ms-win-appmodel-runtime-l1
52+
module appmodel {
53+
header "appmodel.h"
54+
export *
55+
}
56+
5157
// api-ms-win-core-errhandling-l1-1-0.dll
5258
module errhandling {
5359
header "errhandlingapi.h"

0 commit comments

Comments
 (0)