diff options
Diffstat (limited to 'source3/lib/iconv.c')
-rw-r--r-- | source3/lib/iconv.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/lib/iconv.c b/source3/lib/iconv.c index 0326ca7061..9f6db79ee2 100644 --- a/source3/lib/iconv.c +++ b/source3/lib/iconv.c @@ -21,6 +21,12 @@ #include "includes.h" +/* + * We have to use strcasecmp here as the character conversions + * haven't been initialised yet. JRA. + */ + +#undef strcasecmp /** * @file |