Fixed compiling Windows RT code on Visual Studio 2013

This commit is contained in:
Sam Lantinga
2014-03-12 07:26:07 -07:00
parent 36e7c8d92d
commit 641ba09975
11 changed files with 39 additions and 43 deletions

View File

@@ -42,6 +42,7 @@
SDL_bool WINRT_XAMLWasEnabled = SDL_FALSE;
#if WINAPI_FAMILY == WINAPI_FAMILY_APP
extern "C"
ISwapChainBackgroundPanelNative * WINRT_GlobalSwapChainBackgroundPanelNative = NULL;
static Windows::Foundation::EventRegistrationToken WINRT_XAMLAppEventToken;
#endif