Skip to content

Commit 6970054

Browse files
committed
WinSDK: add XAML hosting submodule
This exposes `IDesktopWindowXamlSourceNative` interface, which is used for embedding WinUI XAML controls into Win32 apps
1 parent 949b0c0 commit 6970054

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
@@ -343,6 +343,15 @@ module WinSDK [system] {
343343
link "sensorsapi.lib"
344344
}
345345

346+
module UI {
347+
module XAML {
348+
module Hosting {
349+
header "windows.ui.xaml.hosting.desktopwindowxamlsource.h"
350+
export *
351+
}
352+
}
353+
}
354+
346355
module User {
347356
header "WinUser.h"
348357
export *

0 commit comments

Comments
 (0)