ui/winui/MainWindow.idl@59ea5791be5e
ui/winui/MainWindow.idl
Tue, 06 May 2025 13:17:52 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 06 May 2025 13:17:52 +0200
- changeset 588
- 59ea5791be5e
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix windows11 win32 build
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}