Skip to content

Commit 96b6760

Browse files
authored
Merge pull request #35249 from egorzhdan/winsdk-xaml
WinSDK: add XAML hosting submodule
2 parents 123b356 + 6970054 commit 96b6760

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,15 @@ module WinSDK [system] {
372372
link "sensorsapi.lib"
373373
}
374374

375+
module UI {
376+
module XAML {
377+
module Hosting {
378+
header "windows.ui.xaml.hosting.desktopwindowxamlsource.h"
379+
export *
380+
}
381+
}
382+
}
383+
375384
module User {
376385
header "WinUser.h"
377386
export *

0 commit comments

Comments
 (0)