comparison src/feature.h @ 27342:41a940219183 v8.2.4199

patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not useful Commit: https://github.com/vim/vim/commit/c351dc1e0ca959084ba36bb350291334bf74b9f8 Author: K.Takata <kentkt@csc.jp> Date: Mon Jan 24 11:24:08 2022 +0000 patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not useful Problem: MS-Windows: Support for MSVC 2003 is not useful. Solution: Remove the exceptions for MSVC 2003. (Ken Takata, closes https://github.com/vim/vim/issues/9616)
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jan 2022 12:30:04 +0100
parents 0f2dd0d07071
children fb4c30606b4a
comparison
equal deleted inserted replaced
27341:fd8ea6ceff93 27342:41a940219183
627 */ 627 */
628 #if defined(FEAT_NORMAL) \ 628 #if defined(FEAT_NORMAL) \
629 && (defined(FEAT_GUI_GTK) \ 629 && (defined(FEAT_GUI_GTK) \
630 || (defined(FEAT_GUI_MOTIF) && defined(HAVE_XM_NOTEBOOK_H)) \ 630 || (defined(FEAT_GUI_MOTIF) && defined(HAVE_XM_NOTEBOOK_H)) \
631 || defined(FEAT_GUI_HAIKU) \ 631 || defined(FEAT_GUI_HAIKU) \
632 || (defined(FEAT_GUI_MSWIN) \ 632 || defined(FEAT_GUI_MSWIN))
633 && (!defined(_MSC_VER) || _MSC_VER > 1020)))
634 # define FEAT_GUI_TABLINE 633 # define FEAT_GUI_TABLINE
635 #endif 634 #endif
636 635
637 /* 636 /*
638 * +browse ":browse" command. 637 * +browse ":browse" command.