diff --git a/src/video/win32/SDL_win32window.c b/src/video/win32/SDL_win32window.c index da8de070f..56e424fe4 100644 --- a/src/video/win32/SDL_win32window.c +++ b/src/video/win32/SDL_win32window.c @@ -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"