aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-04-10 11:19:59 +1000
committerNeil <nyamatongwe@gmail.com>2015-04-10 11:19:59 +1000
commitd0b7fcbb956615f3da6ea2c759467986f4a1c44b (patch)
tree91ce58cd0e29f51372f23927d3d110192b18dd74 /include
parentc3afad8f2e5b8022069b18ed470b3afea262d651 (diff)
downloadscintilla-mirror-d0b7fcbb956615f3da6ea2c759467986f4a1c44b.tar.gz
Allow (null) use of KEYSUNICODE API when built to include deprecated features.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index a337ac09b..22d36d34d 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -1155,6 +1155,8 @@ struct SCNotification {
#define SC_CP_DBCS 1
#define SCI_SETUSEPALETTE 2039
#define SCI_GETUSEPALETTE 2139
+#define SCI_SETKEYSUNICODE 2521
+#define SCI_GETKEYSUNICODE 2522
#endif