aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-07-01 09:58:35 +0000
committernyamatongwe <unknown>2000-07-01 09:58:35 +0000
commit1051d4be18e683d665024efa31e4d230a94a48dc (patch)
tree3833e2aba6e3d088343cc0379bd22161850b297d /win32/PlatWin.cxx
parent0af33fc2c57022dba94a64c8fc76d7c0bcb20ca8 (diff)
downloadscintilla-mirror-1051d4be18e683d665024efa31e4d230a94a48dc.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.cxx2
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, ...) {