diff options
Diffstat (limited to 'win32/PlatWin.cxx')
-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 79a5f151f..c055f68f4 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -4187,7 +4187,7 @@ void Platform::DebugDisplay(const char *s) noexcept { ::OutputDebugStringA(s); } -#define TRACE +//#define TRACE #ifdef TRACE void Platform::DebugPrintf(const char *format, ...) noexcept { |