X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=pcre%2Fpcre.h;h=d27ba85907832d0d290b3f674662c9121870c5ea;hp=e5a875a7cc5ab935ddbd269294862e7d346b5c2e;hb=d7d41a1c35e8e58d4ac38e9db718c86e5d3eb497;hpb=f9c035874fed6c7d1f0fd709bd49f5fd71815b6d 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)