Added David Hedbor's Qtopia patches

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40372
This commit is contained in:
Sam Lantinga 2002-05-19 20:06:01 +00:00
parent 4c4f326af1
commit 965965962a
20 changed files with 1613 additions and 25 deletions

View file

@ -31,7 +31,8 @@ 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(__SYMBIAN32__)
defined(macintosh) || defined(__APPLE__) || defined(__SYMBIAN32__) || \
defined(QWS)
#ifdef __cplusplus
#define C_LINKAGE "C"