comparison include/SDL_main.h @ 3762:f667489e7309 gsoc2008_manymouse

sync with trunk
author Szymon Wilczek <kazeuser@gmail.com>
date Wed, 02 Jul 2008 20:20:51 +0000
parents 0e7becb566ee
children 6259afb046c5
comparison
equal deleted inserted replaced
3761:e0c95ad1ba87 3762:f667489e7309
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