comparison include/SDL_compat.h @ 5062:e8916fe9cfc8

Fixed bug #925 Changed "win32" to "windows"
author Sam Lantinga <slouken@libsdl.org>
date Thu, 20 Jan 2011 18:04:05 -0800
parents f65299ded39c
children 25d4feb7c127
comparison
equal deleted inserted replaced
5061:9e9940eae455 5062:e8916fe9cfc8
61 61
62 /** 62 /**
63 * \addtogroup Compatibility 63 * \addtogroup Compatibility
64 */ 64 */
65 /*@{*/ 65 /*@{*/
66
67 /* Platform */
68 #ifdef __WINDOWS__
69 #undef __WIN32__
70 #define __WIN32__ 1
71 #endif
66 72
67 /** 73 /**
68 * \name Surface flags 74 * \name Surface flags
69 */ 75 */
70 /*@{*/ 76 /*@{*/