aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/config.hxx
blob: 08c19b6de15c852d20b6c74b77424ce1c207e926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : cutl/details/config.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CUTL_DETAILS_CONFIG_HXX
#define CUTL_DETAILS_CONFIG_HXX

#ifdef _MSC_VER
#  include <cutl/details/config-vc.h>
#else
#  include <cutl/details/config.h>
#endif

#endif // CUTL_DETAILS_CONFIG_HXX