Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- 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"