comparison src/feature.h @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents d2c169a725c8
children 57c7403f6599
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
751 #endif 751 #endif
752 752
753 /* 753 /*
754 * GUI tabline 754 * GUI tabline
755 */ 755 */
756 #if defined(FEAT_WINDOWS) && (defined(FEAT_GUI_GTK) \ 756 #if defined(FEAT_WINDOWS) && (defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MOTIF)\
757 || (defined(FEAT_GUI_MSWIN) && (!defined(_MSC_VER) || _MSC_VER > 1020))) 757 || (defined(FEAT_GUI_MSWIN) && (!defined(_MSC_VER) || _MSC_VER > 1020)))
758 # define FEAT_GUI_TABLINE 758 # define FEAT_GUI_TABLINE
759 #endif 759 #endif
760 760
761 /* 761 /*