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 49863a320..359db9c8f 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -166,6 +166,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,  #define SC_CHARSET_MAC 77  #define SC_CHARSET_OEM 255  #define SC_CHARSET_RUSSIAN 204 +#define SC_CHARSET_CYRILLIC 1251  #define SC_CHARSET_SHIFTJIS 128  #define SC_CHARSET_SYMBOL 2  #define SC_CHARSET_TURKISH 162 | 
