$#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
#include <expat_config.h>
#include "expat_config.h"
#ifdef __declspec
#define XMLPARSEAPI(type) type __cdecl