From 34f0652dfc2dc6a9d983f3c93718aa278db67695 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 5 Feb 2001 04:39:42 +0000 Subject: 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++. --- win32/ScintillaWin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') 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. -- cgit v1.2.3