Mercurial > sdl-ios-xcode
comparison include/SDL_main.h @ 2707:6259afb046c5
Reverted Holmes' changes, they should be on the iphone branch
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Jul 2008 16:15:44 +0000 |
parents | e708fe246d03 |
children | f55c87ae336b |
comparison
equal
deleted
inserted
replaced
2706:ce3ddf8dd6d2 | 2707:6259afb046c5 |
---|---|
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__) || defined(__IPHONEOS__) | 32 defined(__SYMBIAN32__) |
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 |