[Scummvm-cvs-logs] CVS: scummvm/common scummsys.h,1.54,1.55

Andrew Kurushin h00ligan at users.sourceforge.net
Thu Feb 17 16:14:06 CET 2005


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

Modified Files:
	scummsys.h 
Log Message:
removing ZLIB_WINAPI from scummsys.h
ZLIB_WINAPI macro needs only than you want to 
build VisualBasic compatible ZLIBWAPI.DLL with 
WINAPI(STDCALL) calling convetion.

Index: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scummsys.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- scummsys.h	1 Jan 2005 16:08:50 -0000	1.54
+++ scummsys.h	18 Feb 2005 00:13:37 -0000	1.55
@@ -44,10 +44,6 @@
 	#define scumm_strnicmp strnicmp
 	#define snprintf _snprintf
 
-	#if defined(USE_ZLIB)
-	#define ZLIB_WINAPI
-	#endif
-
 	#if defined(CHECK_HEAP)
 	#undef CHECK_HEAP
 	#define CHECK_HEAP checkHeap();





More information about the Scummvm-git-logs mailing list