Commit 7f8a24af authored by Sam Lantinga's avatar Sam Lantinga

Raw input is no longer used. Yay!

parent a7486944
...@@ -19,14 +19,6 @@ ...@@ -19,14 +19,6 @@
Sam Lantinga Sam Lantinga
slouken@libsdl.org 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_config.h"
#include "../SDL_sysvideo.h" #include "../SDL_sysvideo.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment