From: oes Date: Thu, 26 Jul 2001 10:33:14 +0000 (+0000) Subject: Renaming #define STATIC to STATIC_PCRE X-Git-Tag: v_2_9_9~204 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=4e9c3c17844ce6c7d89884472549602bc596c327 Renaming #define STATIC to STATIC_PCRE --- diff --git a/pcre/pcre.in b/pcre/pcre.in index 1dffb02b..d698f403 100644 --- a/pcre/pcre.in +++ b/pcre/pcre.in @@ -17,7 +17,7 @@ make changes to pcre.in. */ /* Win32 uses DLL by default */ #ifdef _WIN32 -# ifdef STATIC +# ifdef STATIC_PCRE # define PCRE_DL_IMPORT # else # define PCRE_DL_IMPORT __declspec(dllimport)