[Scummvm-cvs-logs] CVS: scummvm/common scaler.cpp,1.57,1.58

Pawel Kolodziejski aquadran at users.sourceforge.net
Fri May 21 10:31:12 CEST 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5409/scummvm/common

Modified Files:
	scaler.cpp 
Log Message:
fixed mingw compilation

Index: scaler.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- scaler.cpp	21 May 2004 02:08:47 -0000	1.57
+++ scaler.cpp	21 May 2004 17:30:51 -0000	1.58
@@ -33,7 +33,7 @@
 // NOTE: if your compiler uses different mangled names, add another
 //       condition here
 
-#ifndef _MSC_VER
+#ifndef _WIN32
 #define RGBtoYUV _RGBtoYUV
 #define LUT16to32 _LUT16to32
 #endif





More information about the Scummvm-git-logs mailing list