Skip to content

Commit 90743aa

Browse files
egorzhdancompnerd
authored andcommitted
WinSDK: add XAML hosting submodule
This exposes `IDesktopWindowXamlSourceNative` interface, which is used for embedding WinUI XAML controls into Win32 apps (cherry picked from commit 6970054)
1 parent a2fbac7 commit 90743aa

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)