edink Mon Nov 18 10:53:01 2002 EDT
Modified files:
/php4/ext/pcre/pcrelib pcre.h
Log:
Nuke one more win32 linking warning.
Index: php4/ext/pcre/pcrelib/pcre.h
diff -u php4/ext/pcre/pcrelib/pcre.h:1.12 php4/ext/pcre/pcrelib/pcre.h:1.13
--- php4/ext/pcre/pcrelib/pcre.h:1.12 Tue Oct 15 09:59:56 2002
+++ php4/ext/pcre/pcrelib/pcre.h Mon Nov 18 10:53:00 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