summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/pre.hxx
blob: 800e1add3af34815d0261bfcfc386afd70303ec2 (plain)
1
2
3
4
5
6
7
8
9
10
// file      : xsd/cxx/pre.hxx
// 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