comparison include/SDL_main.h @ 173:83018110dce8

Added initial support for EPOC/Symbian OS (thanks Hannu!)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 11 Sep 2001 20:38:49 +0000
parents 0e66fd980014
children b8688cfdc232
comparison
equal deleted inserted replaced
172:37e3ca9254c7 173:83018110dce8
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) || defined(__APPLE__) 34 defined(macintosh) || defined(__APPLE__) || defined(__SYMBIAN32__)
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