diff options
Diffstat (limited to 'include/libxml/xmlunicode.h')
-rw-r--r-- | include/libxml/xmlunicode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libxml/xmlunicode.h b/include/libxml/xmlunicode.h index b8537dc..3882b1f 100644 --- a/include/libxml/xmlunicode.h +++ b/include/libxml/xmlunicode.h @@ -17,6 +17,8 @@ #include <libxml/xmlversion.h> +#ifdef LIBXML_UNICODE_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -194,4 +196,7 @@ XMLPUBFUN int XMLCALL xmlUCSIsCat (int code, const char *cat); #ifdef __cplusplus } #endif + +#endif /* LIBXML_UNICODE_ENABLED */ + #endif /* __XML_UNICODE_H__ */ |