diff include/SDL_main.h @ 453:a6fa62b1be09

Updated for embedded Visual C++ 4.0
author Sam Lantinga <slouken@libsdl.org>
date Tue, 20 Aug 2002 00:20:06 +0000
parents db0cc6034336
children b8d311d90021
line wrap: on
line diff
--- 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"