comparison src/video/win32/SDL_win32window.c @ 5037:c8f11c4ced7d

Raw input is no longer used. Yay!
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jan 2011 13:44:44 -0800
parents 6546eaa20271
children 8b7988f42fcb
comparison
equal deleted inserted replaced
5036:c8f23a7c39d5 5037:c8f11c4ced7d
17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 18
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22
23 /* we need to define it, so that raw input is included */
24
25 #if (_WIN32_WINNT < 0x0501)
26 #undef _WIN32_WINNT
27 #define _WIN32_WINNT 0x0501
28 #endif
29
30 #include "SDL_config.h" 22 #include "SDL_config.h"
31 23
32 #include "../SDL_sysvideo.h" 24 #include "../SDL_sysvideo.h"
33 #include "../SDL_pixels_c.h" 25 #include "../SDL_pixels_c.h"
34 #include "../../events/SDL_keyboard_c.h" 26 #include "../../events/SDL_keyboard_c.h"