diff options
| author | nyamatongwe <devnull@localhost> | 2000-07-01 09:58:35 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-07-01 09:58:35 +0000 |
| commit | 31030423de80f394ff49f8550b5e806900bfcd78 (patch) | |
| tree | 3833e2aba6e3d088343cc0379bd22161850b297d /win32/PlatWin.cxx | |
| parent | 5f05e5f116b8f9952c779f751309437082bbb067 (diff) | |
| download | scintilla-mirror-31030423de80f394ff49f8550b5e806900bfcd78.tar.gz | |
Horizontal page scroll by 2/3 of page width rather than fixed 200 pixels.
Add opt:nowin98 flag to link to reduce executable size.
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 7e91f42a2..f1c521521 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -824,7 +824,7 @@ int Platform::Maximum(int a, int b) { return b; } -#define TRACE +//#define TRACE #ifdef TRACE void Platform::DebugPrintf(const char *format, ...) { |
