diff options
Diffstat (limited to '3rdParty/Expat/expat_config.h')
-rw-r--r-- | 3rdParty/Expat/expat_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdParty/Expat/expat_config.h b/3rdParty/Expat/expat_config.h new file mode 100644 index 0000000..fb87f9a --- /dev/null +++ b/3rdParty/Expat/expat_config.h @@ -0,0 +1,5 @@ +#define XML_CONTEXT_BYTES 1024 +#define XML_NS 1 + +#include "../Boost/src/boost/detail/endian.hpp" +#define BYTEORDER BOOST_BYTE_ORDER |