summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/pre.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/xsd/cxx/pre.hxx')
-rw-r--r--libxsd/xsd/cxx/pre.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/libxsd/xsd/cxx/pre.hxx b/libxsd/xsd/cxx/pre.hxx
index 0df3315..c159627 100644
--- a/libxsd/xsd/cxx/pre.hxx
+++ b/libxsd/xsd/cxx/pre.hxx
@@ -3,13 +3,10 @@
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
#ifdef _MSC_VER
# if (_MSC_VER >= 1400)
# include <xsd/cxx/compilers/vc-8/pre.hxx>
-# elif (_MSC_VER >= 1300)
-# include <xsd/cxx/compilers/vc-7/pre.hxx>
# else
-# error Microsoft Visual C++ 6 is not supported.
+# error Microsoft Visual C++ 7.1 and earlier are not supported
# endif
#endif