diff options
| author | nyamatongwe <devnull@localhost> | 2001-05-18 22:57:10 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-05-18 22:57:10 +0000 | 
| commit | 4170ad72152b2ac829afc2e29dd86c8dbecda17e (patch) | |
| tree | 725a817cb9a14549f22878ca50756445902386cb /include/Scintilla.h | |
| parent | 124cc811f6ec7c97bc38c106699891301a4c0dc7 (diff) | |
| download | scintilla-mirror-4170ad72152b2ac829afc2e29dd86c8dbecda17e.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 | 
