commit | fc1421eb53b17aa58b01a9c07ba2007eb4a1aa4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 22:17:20 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 22:17:20 2006 +0000 |
tree | aeddd441dc8dc7222c5c1acd2b0841712e833810 | |
parent | 8424a624ce1c38716deabd47f4da23f1e81614bd [diff] [blame] |
updated for version 7.0e04
diff --git a/src/feature.h b/src/feature.h index fdd7a29..82508fd 100644 --- a/src/feature.h +++ b/src/feature.h
@@ -753,7 +753,8 @@ /* * GUI tabline */ -#if defined(FEAT_WINDOWS) && (defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MOTIF)\ +#if defined(FEAT_WINDOWS) && (defined(FEAT_GUI_GTK) \ + || (defined(FEAT_GUI_MOTIF) && defined(HAVE_XM_NOTEBOOK_H)) \ || (defined(FEAT_GUI_MSWIN) && (!defined(_MSC_VER) || _MSC_VER > 1020))) # define FEAT_GUI_TABLINE #endif