Mercurial > sdl-ios-xcode
diff include/SDL_main.h @ 371:db0cc6034336
Added David Hedbor's Qtopia patches
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 May 2002 20:06:01 +0000 |
parents | 9154ec9ca3d2 |
children | a6fa62b1be09 |
line wrap: on
line diff
--- a/include/SDL_main.h Sun May 19 19:54:01 2002 +0000 +++ b/include/SDL_main.h Sun May 19 20:06:01 2002 +0000 @@ -31,7 +31,8 @@ /* 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"