aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/config.hxx
blob: 32e70db781d3b68101f39b477dbd119383db3553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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
#else
#  include <cutl/details/config.h>
#endif

#endif // CUTL_DETAILS_CONFIG_HXX