diff include/SDL_main.h @ 47:45b1c4303f87

Added initial support for Quartz video (thanks Darrell!)
author Sam Lantinga <slouken@lokigames.com>
date Thu, 07 Jun 2001 14:28:11 +0000
parents 74212992fb08
children 29a638dc26db
line wrap: on
line diff
--- a/include/SDL_main.h	Thu Jun 07 13:53:51 2001 +0000
+++ b/include/SDL_main.h	Thu Jun 07 14:28:11 2001 +0000
@@ -31,7 +31,7 @@
 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */
 
 #if defined(WIN32) || (defined(__MWERKS__) && !defined(__BEOS__)) || \
-    defined(macintosh)
+    defined(macintosh) || defined(__APPLE__)
 
 #ifdef __cplusplus
 #define C_LINKAGE	"C"