From 7c79b7026b64b6d19b61986b23abb9ab4e1c6b20 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Tue, 19 Nov 2002 14:53:11 +0000 Subject: [PATCH] MFH (Fix for linking warnings on windows). --- ext/pcre/pcrelib/pcre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pcre/pcrelib/pcre.h b/ext/pcre/pcrelib/pcre.h index 2815e56b2c..f755d29dd7 100644 --- a/ext/pcre/pcrelib/pcre.h +++ b/ext/pcre/pcrelib/pcre.h @@ -19,7 +19,7 @@ make changes to pcre.in. */ /* Win32 uses DLL by default */ #ifdef _WIN32 -# ifdef STATIC +# ifdef PHP_EXPORTS # define PCRE_DL_IMPORT # else # define PCRE_DL_IMPORT __declspec(dllimport) -- 2.50.1