diff options
| author | nyamatongwe <devnull@localhost> | 2013-04-03 20:00:59 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2013-04-03 20:00:59 +1100 |
| commit | 98ca2e61c0717085ea47a986e8fdd505f297b1cf (patch) | |
| tree | 80e3671583e633e41ecf4fa73cf00ad5a7345a6f /include/Platform.h | |
| parent | cfa2952926a6d2d4ca86c2e372b66840a3974e08 (diff) | |
| download | scintilla-mirror-98ca2e61c0717085ea47a986e8fdd505f297b1cf.tar.gz | |
Renaming PLAT_NCURSES to PLAT_CURSES as may work on other implementations.
Diffstat (limited to 'include/Platform.h')
| -rw-r--r-- | include/Platform.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Platform.h b/include/Platform.h index 70a9cccb3..7b8d86d7d 100644 --- a/include/Platform.h +++ b/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 |
