comparison include/SDL_main.h @ 2765:f55c87ae336b

Final merge of Google Summer of Code 2008 work... Bring SDL to iPhone and iPod Touch by Holmes Futrell, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Sat, 04 Oct 2008 06:46:59 +0000
parents 6259afb046c5
children 99210400e8b9
comparison
equal deleted inserted replaced
2764:4868c0df2e83 2765:f55c87ae336b
27 27
28 /* Redefine main() on some platforms so that it is called by SDL */ 28 /* Redefine main() on some platforms so that it is called by SDL */
29 29
30 #if defined(__WIN32__) || \ 30 #if defined(__WIN32__) || \
31 (defined(__MWERKS__) && !defined(__BEOS__)) || \ 31 (defined(__MWERKS__) && !defined(__BEOS__)) || \
32 defined(__SYMBIAN32__) 32 defined(__SYMBIAN32__) || defined(__IPHONEOS__)
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 #define C_LINKAGE "C" 35 #define C_LINKAGE "C"
36 #else 36 #else
37 #define C_LINKAGE 37 #define C_LINKAGE