]> git.mxchange.org Git - simgear.git/commitdiff
Even more forcing of include file names.
authorJames Turner <zakalawe@mac.com>
Thu, 19 Sep 2013 20:58:23 +0000 (21:58 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 19 Sep 2013 20:58:23 +0000 (21:58 +0100)
(It's a good thing Windows doesn't ship Expat, since apparently
every other platform does)

3rdparty/expat/xmlparse.c
3rdparty/expat/xmlrole.c
3rdparty/expat/xmltok.c

index 822dc1707a5a9ac812f7dc50b171b03da0afb62e..e4fb313fa4cc8124b3b32c66a5ee88dbf9e5a560 100644 (file)
@@ -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
index ae8ae0125ccd1d726c0f26ac9a7f940f9d6eaab3..0bb159f54ee5f6de139475c8f52f47b525b5a6ed 100644 (file)
@@ -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"
index 1662e941b26475a17b50ff22c954c550c5f2af17..5a8bd13289651a276a4d6d2bf5fbb9ba48b80553 100644 (file)
@@ -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"