From 54a52c9b815e8be37fae0fc706e1261f7779cf8f Mon Sep 17 00:00:00 2001 From: Carlos Madrazo Date: Sun, 10 Mar 2019 23:21:08 -0500 Subject: [PATCH] Add define NATIVE_TOOLKIT_SDL_ANGLE, seems to fix winrt release --- templates/winrt/static/Main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/winrt/static/Main.cpp b/templates/winrt/static/Main.cpp index 877870722..ccdab1619 100644 --- a/templates/winrt/static/Main.cpp +++ b/templates/winrt/static/Main.cpp @@ -28,6 +28,7 @@ extern DECLSPEC int SDLCALL SDL_WinRTRunApp(int (*mainFunction)(int, char **), v #define LIME_SDL #define LIME_OPENGL #define LIME_CAIRO +#define NATIVE_TOOLKIT_SDL_ANGLE #ifndef SDL_WINRT_METADATA_FILE_AVAILABLE #ifndef __cplusplus_winrt