aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-02-05 04:39:42 +0000
committernyamatongwe <devnull@localhost>2001-02-05 04:39:42 +0000
commitbc28310ef52287aef419d8edf728a1c6f47fe27e (patch)
treeabedd8d80bacfd6f5c9e754109c8687ab98d10ec /win32
parent6fbd45ca439f4e3e744a183a9bbaaa012fea98c9 (diff)
downloadscintilla-mirror-bc28310ef52287aef419d8edf728a1c6f47fe27e.tar.gz
Patch from John to make GTK+ version build on Win32.
Modified by me to avoid pointless warnings and print error message if try to build with Borland C++.
Diffstat (limited to 'win32')
-rw-r--r--win32/ScintillaWin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index e3290c3af..b10193d4c 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -100,7 +100,7 @@ class ScintillaWin :
bool capturedMouse;
- bool hasOKText;
+ bool hasOKText;
CLIPFORMAT cfColumnSelect;
@@ -193,7 +193,7 @@ ScintillaWin::ScintillaWin(HWND hwnd) {
capturedMouse = false;
- hasOKText = false;
+ hasOKText = false;
// There does not seem to be a real standard for indicating that the clipboard contains a rectangular
// selection, so copy Developer Studio.