$#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:
@@ -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
|
||||||
|
@@ -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"
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user