aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/post.hxx
blob: 664f5bf6f38146599b3c9ee4afa153003da17771 (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/post.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/post.hxx>
#  elif (_MSC_VER >= 1300)
#    include <xsde/cxx/compilers/vc-7/post.hxx>
#  elif (_MSC_VER >= 1200)
#    include <xsde/cxx/compilers/vc-6/post.hxx>
#  endif
#endif

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