[Scummvm-cvs-logs] CVS: scummvm/common scummsys.h,1.68,1.69

kirben kirben at users.sourceforge.net
Thu Oct 13 05:45:51 CEST 2005


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

Modified Files:
	scummsys.h 
Log Message:

Set _HEAPOK to correct value,if using earlier mingw-runtime.


Index: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scummsys.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- scummsys.h	3 Sep 2005 16:15:39 -0000	1.68
+++ scummsys.h	13 Oct 2005 12:44:26 -0000	1.69
@@ -85,6 +85,10 @@
 	#define scumm_strnicmp strnicmp
 	#define SCUMM_LITTLE_ENDIAN
 
+	#ifndef _HEAPOK
+	#define _HEAPOK	(-2)
+	#endif
+
 	typedef unsigned char byte;
 	typedef unsigned char uint8;
 	typedef unsigned short uint16;





More information about the Scummvm-git-logs mailing list