summaryrefslogtreecommitdiff
path: root/libxsd/libxsd/cxx/pre.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/libxsd/cxx/pre.hxx')
-rw-r--r--libxsd/libxsd/cxx/pre.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/libxsd/libxsd/cxx/pre.hxx b/libxsd/libxsd/cxx/pre.hxx
new file mode 100644
index 0000000..2a1cb01
--- /dev/null
+++ b/libxsd/libxsd/cxx/pre.hxx
@@ -0,0 +1,10 @@
+// file : libxsd/cxx/pre.hxx
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifdef _MSC_VER
+# if (_MSC_VER >= 1400)
+# include <libxsd/cxx/compilers/vc-8/pre.hxx>
+# else
+# error Microsoft Visual C++ 7.1 and earlier are not supported
+# endif
+#endif