Renaming #define STATIC to STATIC_PCRE
authoroes <oes@users.sourceforge.net>
Thu, 26 Jul 2001 10:33:14 +0000 (10:33 +0000)
committeroes <oes@users.sourceforge.net>
Thu, 26 Jul 2001 10:33:14 +0000 (10:33 +0000)
pcre/pcre.in

index 1dffb02..d698f40 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)