diff options
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r-- | win32/PlatWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 0421e5985..0bae1bef2 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -27,7 +27,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)) || defined(__BORLANDC__) +#if defined(_MSC_VER) && (MSC_VER > 1200) #define COMPILE_MULTIMON_STUBS #include "MultiMon.h" #endif |