changeset 5062 | e8916fe9cfc8 |
parent 4925 | 514f811a4887 |
child 5086 | c2539ff054c8 |
1.1 --- a/include/SDL_platform.h Thu Jan 20 17:33:06 2011 -0800 1.2 +++ b/include/SDL_platform.h Thu Jan 20 18:04:05 2011 -0800 1.3 @@ -125,8 +125,8 @@ 1.4 #define __SOLARIS__ 1 1.5 #endif 1.6 #if defined(WIN32) || defined(_WIN32) 1.7 -#undef __WIN32__ 1.8 -#define __WIN32__ 1 1.9 +#undef __WINDOWS__ 1.10 +#define __WINDOWS__ 1 1.11 #endif 1.12 1.13 #if defined(__NDS__)