From dbddb6403fa8297c29cda42de7cc7379f7aff115 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 24 May 2009 08:57:58 +0000 Subject: [PATCH] - added #define _WIN32_WINNT 0x0501 to i_mouse.cpp so that the file compiles with the Windows 2003 Server SDK. SVN r1603 (trunk) --- src/win32/i_mouse.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32/i_mouse.cpp b/src/win32/i_mouse.cpp index 100a1836c5..b416936643 100644 --- a/src/win32/i_mouse.cpp +++ b/src/win32/i_mouse.cpp @@ -8,6 +8,7 @@ #define WIN32_LEAN_AND_MEAN #define DIRECTINPUT_VERSION 0x800 +#define _WIN32_WINNT 0x0501 #include #include