diff options
author | 2015-01-10 12:03:05 +0100 | |
---|---|---|
committer | 2015-01-10 12:03:05 +0100 | |
commit | 67e5785c2fa3892cb41caefdc10aaf947ed0c5db (patch) | |
tree | ae558c6c63e3461be24d93ab8c98290a6f8ac510 /3rdparty/expat/lib/xmlparse.c | |
parent | 2c9a5344f38aa3f867a56f8ed87b2c99b77c858a (diff) |
Applied expat changes in order to compile (nw)
Diffstat (limited to '3rdparty/expat/lib/xmlparse.c')
-rw-r--r-- | 3rdparty/expat/lib/xmlparse.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/3rdparty/expat/lib/xmlparse.c b/3rdparty/expat/lib/xmlparse.c index f35aa36ba8a..7244741ad3d 100644 --- a/3rdparty/expat/lib/xmlparse.c +++ b/3rdparty/expat/lib/xmlparse.c @@ -10,17 +10,7 @@ #define XML_BUILDING_EXPAT 1 -#ifdef COMPILED_FROM_DSP -#include "winconfig.h" -#elif defined(MACOS_CLASSIC) -#include "macconfig.h" -#elif defined(__amigaos__) -#include "amigaconfig.h" -#elif defined(__WATCOMC__) -#include "watcomconfig.h" -#elif defined(HAVE_EXPAT_CONFIG_H) -#include <expat_config.h> -#endif /* ndef COMPILED_FROM_DSP */ +#include "intconfig.h" #include "ascii.h" #include "expat.h" |