1.1 --- a/include/SDL_main.h Thu Jan 20 17:33:06 2011 -0800
1.2 +++ b/include/SDL_main.h Thu Jan 20 18:04:05 2011 -0800
1.3 @@ -31,7 +31,7 @@
1.4 * Redefine main() on some platforms so that it is called by SDL.
1.5 */
1.6
1.7 -#if defined(__WIN32__) || \
1.8 +#if defined(__WINDOWS__) || \
1.9 (defined(__MWERKS__) && !defined(__BEOS__)) || \
1.10 defined(__SYMBIAN32__) || defined(__IPHONEOS__) || \
1.11 defined(__ANDROID__)
1.12 @@ -66,7 +66,7 @@
1.13
1.14
1.15 /* From the SDL library code -- needed for registering the app on Win32 */
1.16 -#ifdef __WIN32__
1.17 +#ifdef __WINDOWS__
1.18
1.19 #include "begin_code.h"
1.20 #ifdef __cplusplus