Mercurial > sdl-ios-xcode
comparison include/SDL_main.h @ 1980:0e7becb566ee
Missed a Qtopia change.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Aug 2006 14:55:45 +0000 |
parents | 542c78b6fb12 |
children | c6cd46639bc5 |
comparison
equal
deleted
inserted
replaced
1979:5f7db8d2d06f | 1980:0e7becb566ee |
---|---|
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(QWS) | 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 |