diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xutf8/is_spacing.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xutf8/is_spacing.c b/src/xutf8/is_spacing.c index 040e6828c..cd6eb687c 100644 --- a/src/xutf8/is_spacing.c +++ b/src/xutf8/is_spacing.c @@ -18,13 +18,9 @@ * This file is required on all platforms for utf8 support */ -#if !defined(WIN32) && !defined(__APPLE__) && !defined(ANDROID) -# include "../Xutf8.h" -#endif /* !defined(WIN32) && !defined(__APPLE__) */ - #include "headers/spacing.h" -unsigned short +unsigned short XUtf8IsNonSpacing(unsigned int ucs) { if (ucs <= 0x0361) { |
