comparison src/feature.h @ 1106:6c4da3e24371 v7.0.232

updated for version 7.0-232
author vimboss
date Thu, 26 Apr 2007 16:20:50 +0000
parents d4bc24e6a281
children 0e8da252bda1
comparison
equal deleted inserted replaced
1105:33a2652c1326 1106:6c4da3e24371
754 * GUI tabline 754 * GUI tabline
755 */ 755 */
756 #if defined(FEAT_WINDOWS) && defined(FEAT_NORMAL) \ 756 #if defined(FEAT_WINDOWS) && defined(FEAT_NORMAL) \
757 && (defined(FEAT_GUI_GTK) \ 757 && (defined(FEAT_GUI_GTK) \
758 || (defined(FEAT_GUI_MOTIF) && defined(HAVE_XM_NOTEBOOK_H)) \ 758 || (defined(FEAT_GUI_MOTIF) && defined(HAVE_XM_NOTEBOOK_H)) \
759 || defined(FEAT_GUI_MAC) \
759 || (defined(FEAT_GUI_MSWIN) && (!defined(_MSC_VER) || _MSC_VER > 1020))) 760 || (defined(FEAT_GUI_MSWIN) && (!defined(_MSC_VER) || _MSC_VER > 1020)))
760 # define FEAT_GUI_TABLINE 761 # define FEAT_GUI_TABLINE
761 #endif 762 #endif
762 763
763 /* 764 /*