From 7f8a24afe8ac5085a9604c0b87df8217a0728eb3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 19 Jan 2011 13:44:44 -0800 Subject: [PATCH] Raw input is no longer used. Yay! --- src/video/win32/SDL_win32window.c | 8 -------- 1 file changed, 8 deletions(-) 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"