summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/pre.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-11-11 09:37:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-11-11 09:37:45 +0200
commitb24970652f82ed60e3abb825e903beb506cfe814 (patch)
tree75016f64640dec8fdada3fa19103603a8a175657 /libxsd/xsd/cxx/pre.hxx
parent43e6677107cb3a7c7556933acd94f231f19a54aa (diff)
Drop support for VC 7.1
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