Mercurial > sdl-ios-xcode
comparison include/SDL_compat.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 | 25d4feb7c127 |
children | 481dabb098ef |
comparison
equal
deleted
inserted
replaced
5087:e7680e2c9f3c | 5088:c2539ff054c8 |
---|---|
63 * \addtogroup Compatibility | 63 * \addtogroup Compatibility |
64 */ | 64 */ |
65 /*@{*/ | 65 /*@{*/ |
66 | 66 |
67 /* Platform */ | 67 /* Platform */ |
68 #ifdef __WINDOWS__ | 68 #ifdef __WIN32__ |
69 #undef __WIN32__ | 69 #undef __WIN32__ |
70 #define __WIN32__ 1 | 70 #define __WIN32__ 1 |
71 #endif | 71 #endif |
72 | 72 |
73 /** | 73 /** |