diff options
Diffstat (limited to 'source4/lib/charset/charset.h')
-rw-r--r-- | source4/lib/charset/charset.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/charset/charset.h b/source4/lib/charset/charset.h index 629786ee95..e91f81f30d 100644 --- a/source4/lib/charset/charset.h +++ b/source4/lib/charset/charset.h @@ -73,4 +73,9 @@ typedef struct { #include "lib/charset/charset_proto.h" +/* replace some string functions with multi-byte + versions */ +#define strlower(s) strlower_m(s) +#define strupper(s) strupper_m(s) + #endif /* __CHARSET_H__ */ |