From: Edin Kadribasic Date: Mon, 18 Nov 2002 14:33:34 +0000 (+0000) Subject: Really nuke win32 linking warnings. X-Git-Tag: RELEASE_1_0b2~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d40c5e262482864f69fbe4b0dc6a48a12c3e66c8;p=php Really nuke win32 linking warnings. --- diff --git a/ext/xml/expat/expat.h b/ext/xml/expat/expat.h index 092507c9b1..c137f61226 100644 --- a/ext/xml/expat/expat.h +++ b/ext/xml/expat/expat.h @@ -19,7 +19,7 @@ #ifndef XMLPARSEAPI #if defined(_MSC_EXTENSIONS) && !defined(__BEOS__) && !defined(__CYGWIN__) -#ifdef _STATIC +#ifdef PHP_EXPORTS #define XMLPARSEAPI(type) type __cdecl #else #define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl