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