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 3195c8a91a
commit 846b841569
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