Skip to content

Commit fa91868

Browse files
authored
Merge pull request #69023 from compnerd/models
Platform: add an explicit `AppModel` module for Windows
2 parents e4fbde8 + cdc1a7b commit fa91868

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)