From: James Turner Date: Thu, 19 Sep 2013 20:58:23 +0000 (+0100) Subject: Even more forcing of include file names. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2cea621891faa6f68b5d7dc0b53ece29f9bfc87;p=simgear.git Even more forcing of include file names. (It's a good thing Windows doesn't ship Expat, since apparently every other platform does) --- diff --git a/3rdparty/expat/xmlparse.c b/3rdparty/expat/xmlparse.c index 822dc170..e4fb313f 100644 --- a/3rdparty/expat/xmlparse.c +++ b/3rdparty/expat/xmlparse.c @@ -23,7 +23,7 @@ #endif /* ndef COMPILED_FROM_DSP */ #include "ascii.h" -#include "expat.h" +#include "sg_expat.h" #ifdef XML_UNICODE #define XML_ENCODE_MAX XML_UTF16_ENCODE_MAX diff --git a/3rdparty/expat/xmlrole.c b/3rdparty/expat/xmlrole.c index ae8ae012..0bb159f5 100644 --- a/3rdparty/expat/xmlrole.c +++ b/3rdparty/expat/xmlrole.c @@ -18,7 +18,7 @@ #endif #endif /* ndef COMPILED_FROM_DSP */ -#include "expat_external.h" +#include "sg_expat_external.h" #include "internal.h" #include "xmlrole.h" #include "ascii.h" diff --git a/3rdparty/expat/xmltok.c b/3rdparty/expat/xmltok.c index 1662e941..5a8bd132 100644 --- a/3rdparty/expat/xmltok.c +++ b/3rdparty/expat/xmltok.c @@ -18,7 +18,7 @@ #endif #endif /* ndef COMPILED_FROM_DSP */ -#include "expat_external.h" +#include "sg_expat_external.h" #include "internal.h" #include "xmltok.h" #include "nametab.h"