From 3745d8fc50d933c303f7bbd5f2fb5ea071f706f5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 26 Feb 2011 08:17:51 +1100 Subject: Fixed preprocessor macro name to fix bug #3192365. --- win32/PlatWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index ba67fc1af..c9bb433e4 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -26,7 +26,7 @@ // We want to use multi monitor functions, but via LoadLibrary etc // Luckily microsoft has done the heavy lifting for us, so we'll just use their stub functions! -#if defined(_MSC_VER) && (MSC_VER > 1200) +#if defined(_MSC_VER) && (_MSC_VER > 1200) #define COMPILE_MULTIMON_STUBS #include "MultiMon.h" #endif -- cgit v1.2.3