From 8be74c3fe42231ba5bb3800af36a0878164b6fbe Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 4 Apr 2016 05:15:37 +0000 Subject: Remove platform-dependent code from file is_spacing.c git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11524 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/xutf8/is_spacing.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/xutf8') 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) { -- cgit v1.2.3