diff options
author | nyamatongwe <devnull@localhost> | 2000-05-08 14:03:59 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-05-08 14:03:59 +0000 |
commit | 3d803c2d78469d461c75b3767fca2c6097d6a27b (patch) | |
tree | 286711f10daa1362a2e9731ee0cf4cc095095a87 /win32/PlatWin.cxx | |
parent | 632ba240b325b41d830c82d3cf8625b462a26167 (diff) | |
download | scintilla-mirror-3d803c2d78469d461c75b3767fca2c6097d6a27b.tar.gz |
Updated for Borland C++ 5.5.
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 bfedaaa2a..7bc9fc8c3 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -720,7 +720,7 @@ int Platform::Maximum(int a, int b) { return b; } -#define TRACE +//#define TRACE void Platform::DebugPrintf(const char *format, ...) { #ifdef TRACE |