[Scummvm-cvs-logs] SF.net SVN: scummvm: [25259] residual/trunk/tinygl/msghandling.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Mon Jan 29 19:36:29 CET 2007


Revision: 25259
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25259&view=rev
Author:   aquadran
Date:     2007-01-29 10:36:27 -0800 (Mon, 29 Jan 2007)

Log Message:
-----------
fix msvc warning 

Modified Paths:
--------------
    residual/trunk/tinygl/msghandling.cpp

Modified: residual/trunk/tinygl/msghandling.cpp
===================================================================
--- residual/trunk/tinygl/msghandling.cpp	2007-01-29 18:15:14 UTC (rev 25258)
+++ residual/trunk/tinygl/msghandling.cpp	2007-01-29 18:36:27 UTC (rev 25259)
@@ -1,7 +1,9 @@
 #include <stdarg.h>
 #include <stdio.h>
 
+#ifndef NDEBUG
 #define NDEBUG
+#endif
 
 #ifdef NDEBUG
 #define NO_DEBUG_OUTPUT


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list