diff options
| author | nyamatongwe <devnull@localhost> | 2001-05-20 13:56:50 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-05-20 13:56:50 +0000 |
| commit | 46710d0638b0d214c0342907237095851eb82cd3 (patch) | |
| tree | 86009c901f28f6cd791a4352e5dd66e89f5b4dfc /include/Scintilla.h | |
| parent | ed20ee5c2a407179bbc2100717c15521e8e9fa6e (diff) | |
| download | scintilla-mirror-46710d0638b0d214c0342907237095851eb82cd3.tar.gz | |
Removed uncounted version of ReplaceTarget to allow for
nulls in replace strings.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
