aboutsummaryrefslogtreecommitdiff
path: root/xml/details/expat/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'xml/details/expat/config.h')
-rw-r--r--xml/details/expat/config.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/xml/details/expat/config.h b/xml/details/expat/config.h
index b301012..a335147 100644
--- a/xml/details/expat/config.h
+++ b/xml/details/expat/config.h
@@ -1,10 +1,18 @@
#ifndef EXPAT_CONFIG_H
#define EXPAT_CONFIG_H
-#ifdef _MSC_VER
-# include <xml/details/config-vc.h>
+#ifdef LIBSTUDXML_BUILD2
+# ifdef _MSC_VER
+# include <xml/details/build2/config-vc.h>
+# else
+# include <xml/details/build2/config.h>
+# endif
#else
-# include <xml/details/config.h>
+# ifdef _MSC_VER
+# include <xml/details/config-vc.h>
+# else
+# include <xml/details/config.h>
+# endif
#endif
#define BYTEORDER LIBSTUDXML_BYTEORDER