- added #define _WIN32_WINNT 0x0501 to i_mouse.cpp so that the file compiles with the Windows 2003 Server SDK.

SVN r1603 (trunk)
This commit is contained in:
Christoph Oelckers 2009-05-24 08:57:58 +00:00
parent 8034b0558e
commit dbddb6403f

View file

@ -8,6 +8,7 @@
#define WIN32_LEAN_AND_MEAN
#define DIRECTINPUT_VERSION 0x800
#define _WIN32_WINNT 0x0501
#include <windows.h>
#include <dinput.h>