$#include "expat_config.h" instead of <expat_config.h> as the file is in current directory

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-10-02 23:16:18 +00:00
parent 559f532de1
commit b5172775cf
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
#else #else
#include <expat_config.h> #include "expat_config.h"
#ifdef __declspec #ifdef __declspec
#define XMLPARSEAPI(type) type __cdecl #define XMLPARSEAPI(type) type __cdecl

View File

@@ -7,7 +7,7 @@
#elif defined(MACOS_CLASSIC) #elif defined(MACOS_CLASSIC)
#include "macconfig.h" #include "macconfig.h"
#else #else
#include <expat_config.h> #include "expat_config.h"
#endif /* ndef COMPILED_FROM_DSP */ #endif /* ndef COMPILED_FROM_DSP */
#include "internal.h" #include "internal.h"

View File

@@ -7,7 +7,7 @@
#elif defined(MACOS_CLASSIC) #elif defined(MACOS_CLASSIC)
#include "macconfig.h" #include "macconfig.h"
#else #else
#include <expat_config.h> #include "expat_config.h"
#endif /* ndef COMPILED_FROM_DSP */ #endif /* ndef COMPILED_FROM_DSP */
#include "internal.h" #include "internal.h"