Mercurial > sdl-ios-xcode
comparison src/video/windows/SDL_windowsvideo.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 | 327f181542f1 |
comparison
equal
deleted
inserted
replaced
5087:e7680e2c9f3c | 5088:c2539ff054c8 |
---|---|
34 #undef WINVER | 34 #undef WINVER |
35 #define WINVER 0x500 /* Need 0x410 for AlphaBlend() and 0x500 for EnumDisplayDevices() */ | 35 #define WINVER 0x500 /* Need 0x410 for AlphaBlend() and 0x500 for EnumDisplayDevices() */ |
36 | 36 |
37 #include <windows.h> | 37 #include <windows.h> |
38 | 38 |
39 #ifndef __GNUC__ | 39 #if defined(_MSC_VER) && !defined(_WIN32_WCE) |
40 #include <msctf.h> | 40 #include <msctf.h> |
41 #else | 41 #else |
42 #include "SDL_msctf.h" | 42 #include "SDL_msctf.h" |
43 #endif | 43 #endif |
44 | 44 |