diff options
| author | Manolo Gouy <Manolo> | 2016-04-04 05:15:37 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-04 05:15:37 +0000 |
| commit | 8be74c3fe42231ba5bb3800af36a0878164b6fbe (patch) | |
| tree | 622471e86a9c7bc1693deb44219668278a3f3a66 /src | |
| parent | 2aa10885337536f84ede60ec476f4ecf49833890 (diff) | |
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
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) { |
