# HG changeset patch # User Sam Lantinga # Date 1295473484 28800 # Node ID c8f11c4ced7dc6359148fd30d7ea76a37f48f2d2 # Parent c8f23a7c39d5e738e37f38a21200d2365f7d20cd Raw input is no longer used. Yay! diff -r c8f23a7c39d5 -r c8f11c4ced7d src/video/win32/SDL_win32window.c --- a/src/video/win32/SDL_win32window.c Wed Jan 19 13:44:21 2011 -0800 +++ b/src/video/win32/SDL_win32window.c Wed Jan 19 13:44:44 2011 -0800 @@ -19,14 +19,6 @@ Sam Lantinga slouken@libsdl.org */ - -/* we need to define it, so that raw input is included */ - -#if (_WIN32_WINNT < 0x0501) -#undef _WIN32_WINNT -#define _WIN32_WINNT 0x0501 -#endif - #include "SDL_config.h" #include "../SDL_sysvideo.h"