From 8f609497ee7417d9c9e7766a3125f355bf7e1662 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 27 Sep 2009 22:42:21 +0000 Subject: Backported NDS changes from 1.0.0 branch to trunk svn-id: r44426 --- common/scummsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/scummsys.h b/common/scummsys.h index 55bda40b51..0231aded54 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -347,7 +347,7 @@ #define SCUMMVM_DONT_DEFINE_TYPES #define STRINGBUFLEN 256 - #define printf(fmt, ...) consolePrintf(fmt, ##__VA_ARGS__) +// #define printf(fmt, ...) consolePrintf(fmt, ##__VA_ARGS__) #elif defined(__WII__) -- cgit v1.2.3