From 77bc33bcdf611d0f5c703d3d8e20d6f5aff8814c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 31 Aug 2016 12:57:01 +0200 Subject: Add build2-based build system --- xml/details/config.hxx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'xml/details/config.hxx') diff --git a/xml/details/config.hxx b/xml/details/config.hxx index 5f4a19b..da76390 100644 --- a/xml/details/config.hxx +++ b/xml/details/config.hxx @@ -5,10 +5,20 @@ #ifndef XML_DETAILS_CONFIG_HXX #define XML_DETAILS_CONFIG_HXX -#ifdef _MSC_VER -# include +// Note: the same in expat/config.h +// +#ifdef LIBSTUDXML_BUILD2 +# ifdef _MSC_VER +# include +# else +# include +# endif #else -# include +# ifdef _MSC_VER +# include +# else +# include +# endif #endif #endif // XML_DETAILS_CONFIG_HXX -- cgit v1.1