changeset 8316 | 88f011703f39 |
parent 6138 | 4c64952a58fb |
child 8352 | deef25f5fce1 |
1.1 --- a/include/SDL_platform.h Mon Oct 15 22:25:08 2012 -0400 1.2 +++ b/include/SDL_platform.h Wed Oct 17 21:43:20 2012 -0400 1.3 @@ -115,9 +115,11 @@ 1.4 #define __SOLARIS__ 1 1.5 #endif 1.6 #if defined(WIN32) || defined(_WIN32) 1.7 +#if ! defined(__WINRT__) 1.8 #undef __WIN32__ 1.9 #define __WIN32__ 1 1.10 #endif 1.11 +#endif 1.12 1.13 #if defined(__NDS__) 1.14 #undef __NINTENDODS__