[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.24,1.25

Andrew Kurushin h00ligan at users.sourceforge.net
Fri Jan 28 09:26:27 CET 2005


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

Modified Files:
	stdafx.h 
Log Message:
fix VC7.1 compilation

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- stdafx.h	11 Jan 2005 20:02:12 -0000	1.24
+++ stdafx.h	28 Jan 2005 14:46:12 -0000	1.25
@@ -52,6 +52,8 @@
 // FIXME: 4702 & 4706 - may be enabled
 #pragma warning( disable : 4702 ) // turn off "unreachable code" warning
 #pragma warning( disable : 4706 ) // turn off "assignment within conditional expression" warning
+
+#define vsnprintf _vsnprintf
 #endif
 
 #if !defined(_WIN32_WCE)





More information about the Scummvm-git-logs mailing list