From cfd41cc94527454e2aa0c8e7d5d7b778d10ee927 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 20 May 2001 13:56:50 +0000 Subject: Removed uncounted version of ReplaceTarget to allow for nulls in replace strings. --- include/Scintilla.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 27df91183..b22482cb7 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -284,8 +284,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETTARGETEND 2192 #define SCI_GETTARGETEND 2193 #define SCI_REPLACETARGET 2194 -#define SCI_REPLACETARGETCOUNTED 2195 -#define SCI_REPLACETARGETRECOUNTED 2196 +#define SCI_REPLACETARGETRE 2195 #define SCI_SEARCHINTARGET 2197 #define SCI_SETSEARCHFLAGS 2198 #define SCI_GETSEARCHFLAGS 2199 -- cgit v1.2.3