Added initial support for EPOC/Symbian OS (thanks Hannu!)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40174
This commit is contained in:
Sam Lantinga 2001-09-11 20:38:49 +00:00
parent bea3cb1da4
commit ce3a1900be
22 changed files with 2103 additions and 17 deletions

View file

@ -31,7 +31,7 @@ static char rcsid =
/* 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"