aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-27 16:14:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-27 16:14:34 +0200
commit30482c4da156d4ce6249b9cebdc8cb63ec1b60c3 (patch)
treef9ebcbe1fcab2fe66410af09412309fecf8b5b09
parentbeb83e2fa2c2c3772bdfaf8c7e26af55b5c5cfd0 (diff)
Use new config-vc.h file
-rw-r--r--cutl/details/config.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cutl/details/config.hxx b/cutl/details/config.hxx
index 32e70db..08c19b6 100644
--- a/cutl/details/config.hxx
+++ b/cutl/details/config.hxx
@@ -7,6 +7,7 @@
#define CUTL_DETAILS_CONFIG_HXX
#ifdef _MSC_VER
+# include <cutl/details/config-vc.h>
#else
# include <cutl/details/config.h>
#endif