diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-04-08 10:08:19 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-04-08 02:49:02 +0300 |
commit | befdc4e35ece26a8738e21af508bb49343f52cd3 (patch) | |
tree | 6390d07f2c97a9183b094aca2773c1eab5a11f0d /scintilla/include/Platform.h | |
parent | b5ea4fc1e949dc8dacb5a6b28f140be064143170 (diff) | |
download | notepad2-mod-befdc4e35ece26a8738e21af508bb49343f52cd3.zip notepad2-mod-befdc4e35ece26a8738e21af508bb49343f52cd3.tar.gz notepad2-mod-befdc4e35ece26a8738e21af508bb49343f52cd3.tar.bz2 |
update scintilla to v3.30 9f249e248e4268d124692485a759a0881b756b9a
Diffstat (limited to 'scintilla/include/Platform.h')
-rw-r--r-- | scintilla/include/Platform.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scintilla/include/Platform.h b/scintilla/include/Platform.h index a481595..7ce9d37 100644 --- a/scintilla/include/Platform.h +++ b/scintilla/include/Platform.h @@ -22,7 +22,7 @@ #define PLAT_WX 0
#define PLAT_QT 0
#define PLAT_FOX 0
-#define PLAT_NCURSES 0
+#define PLAT_CURSES 0
#if defined(FOX)
#undef PLAT_FOX
@@ -32,9 +32,9 @@ #undef PLAT_WX
#define PLAT_WX 1
-#elif defined(NCURSES)
-#undef PLAT_NCURSES
-#define PLAT_NCURSES 1
+#elif defined(CURSES)
+#undef PLAT_CURSES
+#define PLAT_CURSES 1
#elif defined(SCINTILLA_QT)
#undef PLAT_QT
|