aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/post.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/post.hxx')
-rw-r--r--libxsde/xsde/cxx/post.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/post.hxx b/libxsde/xsde/cxx/post.hxx
new file mode 100644
index 0000000..2f913ec
--- /dev/null
+++ b/libxsde/xsde/cxx/post.hxx
@@ -0,0 +1,14 @@
+// file : xsde/cxx/post.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifdef _MSC_VER
+# if (_MSC_VER >= 1400)
+# include <xsde/cxx/compilers/vc-8/post.hxx>
+# elif (_MSC_VER >= 1300)
+# include <xsde/cxx/compilers/vc-7/post.hxx>
+# elif (_MSC_VER >= 1200)
+# include <xsde/cxx/compilers/vc-6/post.hxx>
+# endif
+#endif