From: Vadim Zeitlin Date: Sat, 2 Oct 2004 23:16:18 +0000 (+0000) Subject: $#include "expat_config.h" instead of as the file is in current... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b5172775cfa3fb9303d09f6c960e31b043454072 $#include "expat_config.h" instead of as the file is in current directory git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/expat/lib/xmlparse.c b/src/expat/lib/xmlparse.c index c55c768002..6c75b135d8 100644 --- a/src/expat/lib/xmlparse.c +++ b/src/expat/lib/xmlparse.c @@ -17,7 +17,7 @@ #else -#include +#include "expat_config.h" #ifdef __declspec #define XMLPARSEAPI(type) type __cdecl diff --git a/src/expat/lib/xmlrole.c b/src/expat/lib/xmlrole.c index 8ef185d54e..5f46ddfcd2 100644 --- a/src/expat/lib/xmlrole.c +++ b/src/expat/lib/xmlrole.c @@ -7,7 +7,7 @@ #elif defined(MACOS_CLASSIC) #include "macconfig.h" #else -#include +#include "expat_config.h" #endif /* ndef COMPILED_FROM_DSP */ #include "internal.h" diff --git a/src/expat/lib/xmltok.c b/src/expat/lib/xmltok.c index 5f101afe87..dc15e54edc 100644 --- a/src/expat/lib/xmltok.c +++ b/src/expat/lib/xmltok.c @@ -7,7 +7,7 @@ #elif defined(MACOS_CLASSIC) #include "macconfig.h" #else -#include +#include "expat_config.h" #endif /* ndef COMPILED_FROM_DSP */ #include "internal.h"