diff -r 4c5c10383201 -r a6fa62b1be09 include/SDL_main.h --- a/include/SDL_main.h Mon Aug 19 18:33:29 2002 +0000 +++ b/include/SDL_main.h Tue Aug 20 00:20:06 2002 +0000 @@ -30,9 +30,10 @@ /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */ -#if defined(WIN32) || (defined(__MWERKS__) && !defined(__BEOS__)) || \ - defined(macintosh) || defined(__APPLE__) || defined(__SYMBIAN32__) || \ - defined(QWS) +#if defined(WIN32) || defined(_WIN32) || \ + (defined(__MWERKS__) && !defined(__BEOS__)) || \ + defined(macintosh) || defined(__APPLE__) || \ + defined(__SYMBIAN32__) || defined(QWS) #ifdef __cplusplus #define C_LINKAGE "C"