summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_unicode.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2002-12-02 18:19:17 +0000
committerFrank M. Kromann <fmk@php.net>2002-12-02 18:19:17 +0000
commita7f3ad42a4e73e79426b055d6e8c95288cf761c1 (patch)
treeb140c9ec5d33ba51dfeca2c9ef0df6691a6213ae /ext/mbstring/php_unicode.h
parent7fd0c8b59329973b8379933aff66ec18d962d3f8 (diff)
downloadphp-git-a7f3ad42a4e73e79426b055d6e8c95288cf761c1.tar.gz
Fixing build on WIn32
MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32
Diffstat (limited to 'ext/mbstring/php_unicode.h')
-rw-r--r--ext/mbstring/php_unicode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/php_unicode.h b/ext/mbstring/php_unicode.h
index b4c25132d8..c16a208e0b 100644
--- a/ext/mbstring/php_unicode.h
+++ b/ext/mbstring/php_unicode.h
@@ -103,7 +103,7 @@
MBSTRING_API int php_unicode_is_prop(unsigned long code, unsigned long mask1,
unsigned long mask2);
-MBSTRING_API char *php_unicode_convert_case(int case_mode, char *srcstr, size_t srclen, size_t *retlen,
+MBSTRING_API char *php_unicode_convert_case(int case_mode, char *srcstr, size_t srclen, size_t *ret_len,
char *src_encoding TSRMLS_DC);
#define PHP_UNICODE_CASE_UPPER 0