summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/pre.hxx
blob: 07a2ecb88ce29fc1ca4632c66ac608cced69ac47 (plain)
1
2
3
4
5
6
7
8
9
10
11
// file      : xsd/cxx/pre.hxx
// copyright : Copyright (c) 2005-2017 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>
#  else
#    error Microsoft Visual C++ 7.1 and earlier are not supported
#  endif
#endif