aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/pre.hxx
blob: 636be29c40fee50951de763438cbb079e167384c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// file      : xsde/cxx/pre.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

// VC++
//
#ifdef _MSC_VER
#  if (_MSC_VER >= 1400)
#    include <xsde/cxx/compilers/vc-8/pre.hxx>
#  elif (_MSC_VER >= 1300)
#    include <xsde/cxx/compilers/vc-7/pre.hxx>
#  elif (_MSC_VER >= 1200)
#    include <xsde/cxx/compilers/vc-6/pre.hxx>
#  endif
#endif

// Green Hills C++
//
#if defined(__ghs__) || defined(__ghs) || defined(ghs)
#  include <xsde/cxx/compilers/ghs/pre.hxx>
#endif