comparison src/feature.h @ 8163:d8a8e86f39ad v7.4.1375

commit https://github.com/vim/vim/commit/e89ff0472bc33779583d48e8d38a5e794d05613a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 22:17:05 2016 +0100 patch 7.4.1375 Problem: Still some Win16 code. Solution: Remove FEAT_GUI_W16.(Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 22:30:05 +0100
parents 563c923b1584
children 05b88224cea1
comparison
equal deleted inserted replaced
8162:75020792758c 8163:d8a8e86f39ad
552 */ 552 */
553 #ifdef HAVE_TGETENT 553 #ifdef HAVE_TGETENT
554 /* #define NO_BUILTIN_TCAPS */ 554 /* #define NO_BUILTIN_TCAPS */
555 #endif 555 #endif
556 556
557 #if !defined(NO_BUILTIN_TCAPS) && !defined(FEAT_GUI_W16) 557 #if !defined(NO_BUILTIN_TCAPS)
558 # ifdef FEAT_BIG 558 # ifdef FEAT_BIG
559 # define ALL_BUILTIN_TCAPS 559 # define ALL_BUILTIN_TCAPS
560 # else 560 # else
561 # define SOME_BUILTIN_TCAPS /* default */ 561 # define SOME_BUILTIN_TCAPS /* default */
562 # endif 562 # endif
1177 #ifdef FEAT_NORMAL 1177 #ifdef FEAT_NORMAL
1178 /* MS-DOS console and Win32 console can change cursor shape */ 1178 /* MS-DOS console and Win32 console can change cursor shape */
1179 # if defined(MSDOS) || (defined(WIN3264) && !defined(FEAT_GUI_W32)) 1179 # if defined(MSDOS) || (defined(WIN3264) && !defined(FEAT_GUI_W32))
1180 # define MCH_CURSOR_SHAPE 1180 # define MCH_CURSOR_SHAPE
1181 # endif 1181 # endif
1182 # if defined(FEAT_GUI_W32) || defined(FEAT_GUI_W16) || defined(FEAT_GUI_MOTIF) \ 1182 # if defined(FEAT_GUI_W32) || defined(FEAT_GUI_MOTIF) \
1183 || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_GTK) \ 1183 || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_GTK) \
1184 || defined(FEAT_GUI_PHOTON) 1184 || defined(FEAT_GUI_PHOTON)
1185 # define FEAT_MOUSESHAPE 1185 # define FEAT_MOUSESHAPE
1186 # endif 1186 # endif
1187 #endif 1187 #endif