mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s3:registry: proposed aix build fix for reg_parse_internal
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
b32625b79f
commit
f4f5ad9774
@ -29,7 +29,7 @@
|
||||
struct cbuf;
|
||||
|
||||
#define USE_NATIVE_ICONV
|
||||
#ifdef USE_NATIVE_ICONV
|
||||
#if defined USE_NATIVE_ICONV && defined HAVE_NATIVE_ICONV
|
||||
# define smb_iconv_t iconv_t
|
||||
# define smb_iconv(CD, IPTR, ILEN, OPTR, OLEN) \
|
||||
iconv(CD, (char**)(IPTR), ILEN, OPTR, OLEN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user