From b5172775cfa3fb9303d09f6c960e31b043454072 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 2 Oct 2004 23:16:18 +0000 Subject: [PATCH] $#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 --- src/expat/lib/xmlparse.c | 2 +- src/expat/lib/xmlrole.c | 2 +- src/expat/lib/xmltok.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.45.2