aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/pre.h
blob: 746762aa73bee3206a5efc51c5179313bff50caa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* file      : xsde/c/pre.h
 * author    : Boris Kolpackov <boris@codesynthesis.com>
 * 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 <xsde/c/compilers/vc-8/pre.h>
#  endif
#endif

#if defined(__ghs__) || defined(__ghs) || defined(ghs)
#  include <xsde/c/compilers/ghs/pre.h>
#endif