summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-20 22:17:05 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-20 22:17:05 +0100
commite89ff0472bc33779583d48e8d38a5e794d05613a (patch)
treecbd3bdeaf7114fb086a895bc3bf83e6619ea3346 /src/feature.h
parentaf7559f66603075e9b4d39d873b2161ea3ec8492 (diff)
patch 7.4.1375v7.4.1375
Problem: Still some Win16 code. Solution: Remove FEAT_GUI_W16.(Hirohito Higashi)
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature.h b/src/feature.h
index d7679e090c..ab0ec5aafc 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -554,7 +554,7 @@
/* #define NO_BUILTIN_TCAPS */
#endif
-#if !defined(NO_BUILTIN_TCAPS) && !defined(FEAT_GUI_W16)
+#if !defined(NO_BUILTIN_TCAPS)
# ifdef FEAT_BIG
# define ALL_BUILTIN_TCAPS
# else
@@ -1179,7 +1179,7 @@
# if defined(MSDOS) || (defined(WIN3264) && !defined(FEAT_GUI_W32))
# define MCH_CURSOR_SHAPE
# endif
-# if defined(FEAT_GUI_W32) || defined(FEAT_GUI_W16) || defined(FEAT_GUI_MOTIF) \
+# if defined(FEAT_GUI_W32) || defined(FEAT_GUI_MOTIF) \
|| defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_GTK) \
|| defined(FEAT_GUI_PHOTON)
# define FEAT_MOUSESHAPE