summaryrefslogtreecommitdiff
path: root/libxsd/libxsd/cxx/post.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/libxsd/cxx/post.hxx')
-rw-r--r--libxsd/libxsd/cxx/post.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/libxsd/libxsd/cxx/post.hxx b/libxsd/libxsd/cxx/post.hxx
new file mode 100644
index 0000000..32a4428
--- /dev/null
+++ b/libxsd/libxsd/cxx/post.hxx
@@ -0,0 +1,8 @@
+// file : libxsd/cxx/post.hxx
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifdef _MSC_VER
+# if (_MSC_VER >= 1400)
+# include <libxsd/cxx/compilers/vc-8/post.hxx>
+# endif
+#endif