Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/include/SDL_main.h Tue Sep 11 19:00:18 2001 +0000 +++ b/include/SDL_main.h Tue Sep 11 20:38:49 2001 +0000 @@ -31,7 +31,7 @@ /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */ #if defined(WIN32) || (defined(__MWERKS__) && !defined(__BEOS__)) || \ - defined(macintosh) || defined(__APPLE__) + defined(macintosh) || defined(__APPLE__) || defined(__SYMBIAN32__) #ifdef __cplusplus #define C_LINKAGE "C"