comparison include/SDL_platform.h @ 5088:c2539ff054c8

Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
author Sam Lantinga <slouken@libsdl.org>
date Mon, 24 Jan 2011 15:46:11 -0800
parents e8916fe9cfc8
children b530ef003506
comparison
equal deleted inserted replaced
5087:e7680e2c9f3c 5088:c2539ff054c8
123 #if defined(__SVR4) 123 #if defined(__SVR4)
124 #undef __SOLARIS__ 124 #undef __SOLARIS__
125 #define __SOLARIS__ 1 125 #define __SOLARIS__ 1
126 #endif 126 #endif
127 #if defined(WIN32) || defined(_WIN32) 127 #if defined(WIN32) || defined(_WIN32)
128 #undef __WINDOWS__ 128 #undef __WIN32__
129 #define __WINDOWS__ 1 129 #define __WIN32__ 1
130 #endif 130 #endif
131 131
132 #if defined(__NDS__) 132 #if defined(__NDS__)
133 #undef __NINTENDODS__ 133 #undef __NINTENDODS__
134 #define __NINTENDODS__ 1 134 #define __NINTENDODS__ 1