edink Tue Nov 19 09:53:11 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/pcre/pcrelib pcre.h
Log:
MFH (Fix for linking warnings on windows).
Index: php4/ext/pcre/pcrelib/pcre.h
diff -u php4/ext/pcre/pcrelib/pcre.h:1.12 php4/ext/pcre/pcrelib/pcre.h:1.12.2.1
--- php4/ext/pcre/pcrelib/pcre.h:1.12 Tue Oct 15 09:59:56 2002
+++ php4/ext/pcre/pcrelib/pcre.h Tue Nov 19 09:53:11 2002
@@ -19,7 +19,7 @@
/* Win32 uses DLL by default */
#ifdef _WIN32
-# ifdef STATIC
+# ifdef PHP_EXPORTS
# define PCRE_DL_IMPORT
# else
# define PCRE_DL_IMPORT __declspec(dllimport)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php