From aea77152614952519351b5a52b6ec19ea7c302c2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 28 Oct 2005 17:34:33 +0000 Subject: 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; use multibyte versions of nicechar wherever possible. --- Src/string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/string.c') diff --git a/Src/string.c b/Src/string.c index b22c1bf66..6a381ca30 100644 --- a/Src/string.c +++ b/Src/string.c @@ -55,7 +55,7 @@ ztrdup(const char *s) } /**/ -#ifdef ZLE_UNICODE_SUPPORT +#ifdef MULTIBYTE_SUPPORT /**/ mod_export wchar_t * wcs_ztrdup(const wchar_t *s) @@ -69,7 +69,7 @@ wcs_ztrdup(const wchar_t *s) return t; } /**/ -#endif /* ZLE_UNICODE_SUPPORT */ +#endif /* MULTIBYTE_SUPPORT */ /* concatenate s1, s2, and s3 in dynamically allocated buffer */ -- cgit 1.4.1