WinRT: build fixes, post SDL 2.0.1 update

This commit is contained in:
David Ludwig 2013-10-27 23:03:11 -04:00
parent 69c5d21d7d
commit 1704af5b02
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
*/
#include "SDL_config.h"
#if defined(__WIN32__)
#if defined(__WIN32__) || defined(__WINRT__)
#include "core/windows/SDL_windows.h"
#endif

View File

@ -20,7 +20,7 @@
*/
#include "SDL_config.h"
#ifdef __WIN32__
#if defined(__WIN32__) || defined(__WINRT__)
#include "../core/windows/SDL_windows.h"
#endif