[Scummvm-cvs-logs] CVS: scummvm/bs2/driver driver96.h,1.11,1.12

Jonathan Gray khalek at users.sourceforge.net
Mon Jul 28 02:50:20 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv5632/driver

Modified Files:
	driver96.h 
Log Message:
rename _DEBUG define to _BS2_DEBUG to stop it conflicting with VC

Index: driver96.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/driver96.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- driver96.h	28 Jul 2003 08:08:42 -0000	1.11
+++ driver96.h	28 Jul 2003 09:49:46 -0000	1.12
@@ -1627,7 +1627,7 @@
 //-----------------------------------------------------------------------------
 // Macro for reporting a non-fatal driver error
 //-----------------------------------------------------------------------------
-#ifdef _DEBUG
+#ifdef _BS2_DEBUG
 static  int32	rderror;
 #define Driver(f)							\
 	if (rderror = f)						\





More information about the Scummvm-git-logs mailing list