[Scummvm-cvs-logs] CVS: scummvm/common/scaler hq2x.cpp,1.11,1.12 hq3x.cpp,1.9,1.10

Pawel Kolodziejski aquadran at users.sourceforge.net
Fri May 21 10:32:01 CEST 2004


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

Modified Files:
	hq2x.cpp hq3x.cpp 
Log Message:
fixed mingw compilation

Index: hq2x.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler/hq2x.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- hq2x.cpp	21 May 2004 02:08:47 -0000	1.11
+++ hq2x.cpp	21 May 2004 17:30:51 -0000	1.12
@@ -27,7 +27,7 @@
 
 extern "C" {
 
-#ifndef _MSC_VER
+#ifndef _WIN32
 #define hq2x_16 _hq2x_16
 #endif
 

Index: hq3x.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler/hq3x.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- hq3x.cpp	21 May 2004 02:08:47 -0000	1.9
+++ hq3x.cpp	21 May 2004 17:30:51 -0000	1.10
@@ -27,7 +27,7 @@
 
 extern "C" {
 
-#ifndef _MSC_VER
+#ifndef _WIN32
 #define hq3x_16 _hq3x_16
 #endif
 





More information about the Scummvm-git-logs mailing list