1.1 --- a/include/SDL_main.h Sun May 19 19:54:01 2002 +0000
1.2 +++ b/include/SDL_main.h Sun May 19 20:06:01 2002 +0000
1.3 @@ -31,7 +31,8 @@
1.4 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */
1.5
1.6 #if defined(WIN32) || (defined(__MWERKS__) && !defined(__BEOS__)) || \
1.7 - defined(macintosh) || defined(__APPLE__) || defined(__SYMBIAN32__)
1.8 + defined(macintosh) || defined(__APPLE__) || defined(__SYMBIAN32__) || \
1.9 + defined(QWS)
1.10
1.11 #ifdef __cplusplus
1.12 #define C_LINKAGE "C"