Skip to content

Commit b4e8ae0

Browse files
committed
Fix compile issues for C++ demo implementations.
1 parent a5dbb80 commit b4e8ae0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

MileXamlBlankApp/WinMain.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include "App.h"
66
#include "MainPage.h"
77

8+
#include <Mile.Xaml.h>
9+
810
int WINAPI wWinMain(
911
_In_ HINSTANCE hInstance,
1012
_In_opt_ HINSTANCE hPrevInstance,

MileXamlControlsDemo/WinMain.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include "App.h"
66
#include "MainPage.h"
77

8+
#include <Mile.Xaml.h>
9+
810
int WINAPI wWinMain(
911
_In_ HINSTANCE hInstance,
1012
_In_opt_ HINSTANCE hPrevInstance,

0 commit comments

Comments
 (0)