Raw input is no longer used. Yay!

This commit is contained in:
Sam Lantinga 2011-01-19 13:44:44 -08:00
parent a7486944ea
commit 7f8a24afe8

View file

@ -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"