diff options
-rw-r--r-- | win32/PlatWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 48fe7f7b8..a6dfb8dd6 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -721,7 +721,7 @@ int Platform::Maximum(int a, int b) { return b; } -#define TRACE +//#define TRACE #ifdef TRACE void Platform::DebugPrintf(const char *format, ...) { |