diff options
author | Max Horn | 2009-09-27 22:42:21 +0000 |
---|---|---|
committer | Max Horn | 2009-09-27 22:42:21 +0000 |
commit | 8f609497ee7417d9c9e7766a3125f355bf7e1662 (patch) | |
tree | bd08308c5c05d9b08f122afe510dabadf90bef9b /common | |
parent | bec07b42a0ce4462c5649818de68683b52ae7f67 (diff) | |
download | scummvm-rg350-8f609497ee7417d9c9e7766a3125f355bf7e1662.tar.gz scummvm-rg350-8f609497ee7417d9c9e7766a3125f355bf7e1662.tar.bz2 scummvm-rg350-8f609497ee7417d9c9e7766a3125f355bf7e1662.zip |
Backported NDS changes from 1.0.0 branch to trunk
svn-id: r44426
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__) |