From 707cc94fe52463870a9c6c8e2e66eaaa389e601d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Feb 2009 15:16:26 +0200 Subject: Start tracking XSD/e with git after version 3.0.0 --- libxsde/xsde/cxx/post.hxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libxsde/xsde/cxx/post.hxx (limited to 'libxsde/xsde/cxx/post.hxx') 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 +// 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 +# elif (_MSC_VER >= 1300) +# include +# elif (_MSC_VER >= 1200) +# include +# endif +#endif -- cgit v1.1