Renaming #define STATIC to STATIC_PCRE
[privoxy.git] / pcre / pcre.h
index e5a875a..d27ba85 100644 (file)
@@ -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)