diff options
author | nyamatongwe <unknown> | 2001-05-18 22:57:10 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-05-18 22:57:10 +0000 |
commit | c0829f053a1a039d469af7afc8541979ea22289a (patch) | |
tree | 725a817cb9a14549f22878ca50756445902386cb /include/Scintilla.h | |
parent | 8e0412fc0bddd08d7d841dd2a9d55211ab4f8178 (diff) | |
download | scintilla-mirror-c0829f053a1a039d469af7afc8541979ea22289a.tar.gz |
Eiffel support.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index daca5102a..27df91183 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -63,10 +63,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETANCHOR 2026 #define SCI_GETCURLINE 2027 #define SCI_GETENDSTYLED 2028 -#define SCI_CONVERTEOLS 2029 #define SC_EOL_CRLF 0 #define SC_EOL_CR 1 #define SC_EOL_LF 2 +#define SCI_CONVERTEOLS 2029 #define SCI_GETEOLMODE 2030 #define SCI_SETEOLMODE 2031 #define SCI_STARTSTYLING 2032 |