1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

Nuke one more win32 linking warning.

This commit is contained in:
Edin Kadribasic
2002-11-18 15:53:00 +00:00
parent 25456939b3
commit b8d3c75a6c
+1 -1
View File
@@ -19,7 +19,7 @@ make changes to pcre.in. */
/* Win32 uses DLL by default */
#ifdef _WIN32
# ifdef STATIC
# ifdef PHP_EXPORTS
# define PCRE_DL_IMPORT
# else
# define PCRE_DL_IMPORT __declspec(dllimport)