diff options
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/Scintilla.h b/include/Scintilla.h index 5a5a3f0fc..ca207bffb 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -174,6 +174,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,  #define SC_CHARSET_ARABIC 178  #define SC_CHARSET_VIETNAMESE 163  #define SC_CHARSET_THAI 222 +#define SC_CHARSET_8859_15 1000  #define SCI_STYLECLEARALL 2050  #define SCI_STYLESETFORE 2051  #define SCI_STYLESETBACK 2052 | 
