--- a/src/SDL_log.c Sun Oct 27 21:26:46 2013 -0400
+++ b/src/SDL_log.c Sun Oct 27 23:03:11 2013 -0400
@@ -20,7 +20,7 @@
*/
#include "SDL_config.h"
-#if defined(__WIN32__)
+#if defined(__WIN32__) || defined(__WINRT__)
#include "core/windows/SDL_windows.h"
#endif
--- a/src/atomic/SDL_spinlock.c Sun Oct 27 21:26:46 2013 -0400
+++ b/src/atomic/SDL_spinlock.c Sun Oct 27 23:03:11 2013 -0400
@@ -20,7 +20,7 @@
*/
#include "SDL_config.h"
-#ifdef __WIN32__
+#if defined(__WIN32__) || defined(__WINRT__)
#include "../core/windows/SDL_windows.h"
#endif