]> git.saurik.com Git - wxWidgets.git/commitdiff
$#include "expat_config.h" instead of <expat_config.h> as the file is in current...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Oct 2004 23:16:18 +0000 (23:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Oct 2004 23:16:18 +0000 (23:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/expat/lib/xmlparse.c
src/expat/lib/xmlrole.c
src/expat/lib/xmltok.c

index c55c768002a535e9353da47e34392ebdb751d9b2..6c75b135d8b8909c4562f272f078063b8c4e7ee9 100644 (file)
@@ -17,7 +17,7 @@
 
 #else
 
-#include <expat_config.h>
+#include "expat_config.h"
 
 #ifdef __declspec
 #define XMLPARSEAPI(type) type __cdecl
index 8ef185d54e300972791b75fa252f6aed0abf44fd..5f46ddfcd226f9872ef556e82365b9ab64ac70e4 100644 (file)
@@ -7,7 +7,7 @@
 #elif defined(MACOS_CLASSIC)
 #include "macconfig.h"
 #else
-#include <expat_config.h>
+#include "expat_config.h"
 #endif /* ndef COMPILED_FROM_DSP */
 
 #include "internal.h"
index 5f101afe87eeb2ab343a2ae0b145e1805c665274..dc15e54edcf85a31acb074bf307665f4c9e08ddc 100644 (file)
@@ -7,7 +7,7 @@
 #elif defined(MACOS_CLASSIC)
 #include "macconfig.h"
 #else
-#include <expat_config.h>
+#include "expat_config.h"
 #endif /* ndef COMPILED_FROM_DSP */
 
 #include "internal.h"