X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=pcre%2Fpcre.h;h=d27ba85907832d0d290b3f674662c9121870c5ea;hp=e5a875a7cc5ab935ddbd269294862e7d346b5c2e;hb=b001114d420da44c963534a6fa06a737f2586464;hpb=c75584ebcc79f939fb4ec9c8f842cef6692640c7 diff --git a/pcre/pcre.h b/pcre/pcre.h index e5a875a7..d27ba859 100644 --- a/pcre/pcre.h +++ b/pcre/pcre.h @@ -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)