aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/config-vc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/details/config-vc.h')
-rw-r--r--cutl/details/config-vc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cutl/details/config-vc.h b/cutl/details/config-vc.h
new file mode 100644
index 0000000..2d919a5
--- /dev/null
+++ b/cutl/details/config-vc.h
@@ -0,0 +1,12 @@
+/* file : cutl/details/config-vc.h
+ * author : Boris Kolpackov <boris@codesynthesis.com>
+ * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+ * license : MIT; see accompanying LICENSE file
+ */
+
+/* Configuration file for Windows/VC++. */
+
+#ifndef CUTL_DETAILS_CONFIG_VC_H
+#define CUTL_DETAILS_CONFIG_VC_H
+
+#endif /* CUTL_DETAILS_CONFIG_VC_H */