changeset 371 | db0cc6034336 |
parent 337 | 9154ec9ca3d2 |
child 453 | a6fa62b1be09 |
--- 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"