commit | 3991dab8e0a3815bd5349c1ffa88476819971c48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 27 17:01:56 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 27 17:01:56 2006 +0000 |
tree | cf81e7c822725142320f0ca0721357f34553cfb9 | |
parent | 899dddf88804af20d560b5277f1ca1bc4dd8e2b3 [diff] [blame] |
updated for version 7.0c
diff --git a/src/feature.h b/src/feature.h index a92fedd..5d395d7 100644 --- a/src/feature.h +++ b/src/feature.h
@@ -753,7 +753,8 @@ /* * GUI tabline */ -#if defined(FEAT_GUI_GTK) && defined(FEAT_WINDOWS) +#if defined(FEAT_WINDOWS) && (defined(FEAT_GUI_GTK) \ + || (defined(FEAT_GUI_MSWIN) && WINVER > 0x0400)) # define FEAT_GUI_TABLINE #endif