comparison 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
comparison
equal deleted inserted replaced
46:3dcf26fa9d15 47:45b1c4303f87
29 #define _SDL_main_h 29 #define _SDL_main_h
30 30
31 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */ 31 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */
32 32
33 #if defined(WIN32) || (defined(__MWERKS__) && !defined(__BEOS__)) || \ 33 #if defined(WIN32) || (defined(__MWERKS__) && !defined(__BEOS__)) || \
34 defined(macintosh) 34 defined(macintosh) || defined(__APPLE__)
35 35
36 #ifdef __cplusplus 36 #ifdef __cplusplus
37 #define C_LINKAGE "C" 37 #define C_LINKAGE "C"
38 #else 38 #else
39 #define C_LINKAGE 39 #define C_LINKAGE