changeset 47 | 45b1c4303f87 |
parent 0 | 74212992fb08 |
child 145 | 29a638dc26db |
--- 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"