From 6801dd2eef7e7a008f763294d0204014f8511fbe Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Fri, 21 May 2004 17:30:51 +0000 Subject: fixed mingw compilation svn-id: r13846 --- common/scaler.cpp | 2 +- common/scaler/hq2x.cpp | 2 +- common/scaler/hq3x.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'common') 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 diff --git a/common/scaler/hq2x.cpp b/common/scaler/hq2x.cpp index ab4d7b371f..45b6bf829d 100644 --- a/common/scaler/hq2x.cpp +++ b/common/scaler/hq2x.cpp @@ -27,7 +27,7 @@ extern "C" { -#ifndef _MSC_VER +#ifndef _WIN32 #define hq2x_16 _hq2x_16 #endif diff --git a/common/scaler/hq3x.cpp b/common/scaler/hq3x.cpp index 60f8b7b30a..87008ef8ff 100644 --- a/common/scaler/hq3x.cpp +++ b/common/scaler/hq3x.cpp @@ -27,7 +27,7 @@ extern "C" { -#ifndef _MSC_VER +#ifndef _WIN32 #define hq3x_16 _hq3x_16 #endif -- cgit v1.2.3