From b24970652f82ed60e3abb825e903beb506cfe814 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Nov 2013 09:37:45 +0200 Subject: Drop support for VC 7.1 --- libxsd/xsd/cxx/pre.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libxsd/xsd/cxx/pre.hxx') 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 -# elif (_MSC_VER >= 1300) -# include # else -# error Microsoft Visual C++ 6 is not supported. +# error Microsoft Visual C++ 7.1 and earlier are not supported # endif #endif -- cgit v1.1