commit | 2e2a2815e5c8274bf2e2d9b383707f1c2eee08bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 27 20:55:21 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 27 20:55:21 2006 +0000 |
tree | b049ea434838eb8545fa0a0c77d4283ee355a06b | |
parent | 3991dab8e0a3815bd5349c1ffa88476819971c48 [diff] [blame] |
updated for version 7.0c01
diff --git a/src/feature.h b/src/feature.h index 5d395d7..b0a8774 100644 --- a/src/feature.h +++ b/src/feature.h
@@ -754,7 +754,7 @@ * GUI tabline */ #if defined(FEAT_WINDOWS) && (defined(FEAT_GUI_GTK) \ - || (defined(FEAT_GUI_MSWIN) && WINVER > 0x0400)) + || (defined(FEAT_GUI_MSWIN) && (!defined(_MSC_VER) || _MSC_VER > 1020))) # define FEAT_GUI_TABLINE #endif