aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/config.hxx
blob: 46077738febb7957f82792e94729ba47d2442621 (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) 2009-2012 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