aboutsummaryrefslogtreecommitdiff
path: root/common/scaler.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-05-21 17:30:51 +0000
committerPaweł Kołodziejski2004-05-21 17:30:51 +0000
commit6801dd2eef7e7a008f763294d0204014f8511fbe (patch)
tree91eeacb36e2464bceb4b2e1d6c2d4d0b65e56e0b /common/scaler.cpp
parent04f8cac775e8c380dd9fb76b473a77f1bfda0452 (diff)
downloadscummvm-rg350-6801dd2eef7e7a008f763294d0204014f8511fbe.tar.gz
scummvm-rg350-6801dd2eef7e7a008f763294d0204014f8511fbe.tar.bz2
scummvm-rg350-6801dd2eef7e7a008f763294d0204014f8511fbe.zip
fixed mingw compilation
svn-id: r13846
Diffstat (limited to 'common/scaler.cpp')
-rw-r--r--common/scaler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scaler.cpp b/common/scaler.cpp
index 92d557fc7f..cbbba0ac01 100644
--- a/common/scaler.cpp
+++ b/common/scaler.cpp
@@ -33,7 +33,7 @@ extern "C" {
// NOTE: if your compiler uses different mangled names, add another
// condition here
-#ifndef _MSC_VER
+#ifndef _WIN32
#define RGBtoYUV _RGBtoYUV
#define LUT16to32 _LUT16to32
#endif