From: Dan Libby Date: Thu, 27 Sep 2001 00:29:34 +0000 (+0000) Subject: include php_compat.h, so that we use php_XML_* if necessary. Better to do it in expat... X-Git-Tag: php4~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=061cd204003adf31debd2869dfc7cb11d14c3782;p=php include php_compat.h, so that we use php_XML_* if necessary. Better to do it in expat.h, so that other libs, eg xmlrpc, inherit this behavior and we can link --- diff --git a/ext/xml/expat/expat.h b/ext/xml/expat/expat.h index 7642512289..7114c0c220 100644 --- a/ext/xml/expat/expat.h +++ b/ext/xml/expat/expat.h @@ -7,6 +7,7 @@ See the file COPYING for copying permission. #define XmlParse_INCLUDED 1 #include +#include "php_compat.h" #ifndef XMLPARSEAPI # if defined(__declspec) && !defined(__BEOS__)