diff options
| author | nyamatongwe <devnull@localhost> | 2001-02-05 04:39:42 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-02-05 04:39:42 +0000 |
| commit | bc28310ef52287aef419d8edf728a1c6f47fe27e (patch) | |
| tree | abedd8d80bacfd6f5c9e754109c8687ab98d10ec /win32 | |
| parent | 6fbd45ca439f4e3e744a183a9bbaaa012fea98c9 (diff) | |
| download | scintilla-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.cxx | 4 |
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. |
