moriyoshi Tue Mar 2 17:38:22 2004 EDT Modified files: /php-src/ext/mbstring config.w32 Log: - proper DLL linkage specifier. # oniguruma.h:34- # # #ifndef ONIG_EXTERN # #if defined(_WIN32) && !defined(__CYGWIN__) # #if defined(EXPORT) || defined(RUBY_EXPORT) # #define ONIG_EXTERN extern __declspec(dllexport) # #else # #define ONIG_EXTERN extern __declspec(dllimport) # #endif # #endif # #endif http://cvs.php.net/diff.php/php-src/ext/mbstring/config.w32?r1=1.5&r2=1.6&ty=u Index: php-src/ext/mbstring/config.w32 diff -u php-src/ext/mbstring/config.w32:1.5 php-src/ext/mbstring/config.w32:1.6 --- php-src/ext/mbstring/config.w32:1.5 Tue Mar 2 15:18:14 2004 +++ php-src/ext/mbstring/config.w32 Tue Mar 2 17:38:21 2004 @@ -1,4 +1,4 @@ -// $Id: config.w32,v 1.5 2004/03/02 20:18:14 moriyoshi Exp $ +// $Id: config.w32,v 1.6 2004/03/02 22:38:21 moriyoshi Exp $ // vim:ft=javascript ARG_ENABLE("mbstring", "multibyte string functions", "no"); @@ -14,7 +14,7 @@ EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", null, "-Iext/mbstring/libmbfl -Iext/mbstring/libmbfl/mbfl \ /D NOT_RUBY=1 /D LIBMBFL_EXPORTS=1 /D HAVE_STDARG_PROTOTYPES=1 \ - /D HAVE_CONFIG_H /D HAVE_STDLIB_H /D HAVE_STRICMP /D MBFL_DLL_EXPORT=1"); + /D HAVE_CONFIG_H /D HAVE_STDLIB_H /D HAVE_STRICMP /D MBFL_DLL_EXPORT=1 /D EXPORT"); ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \ mbfilter_7bit.c mbfilter_ascii.c mbfilter_base64.c mbfilter_big5.c \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php