Mercurial > sdl-ios-xcode
changeset 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 | c8f23a7c39d5 |
children | 40ef2ad3757c |
files | src/video/win32/SDL_win32window.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
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"