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
This commit is contained in:
parent
2aa1088533
commit
8be74c3fe4
@ -18,13 +18,9 @@
|
|||||||
* This file is required on all platforms for utf8 support
|
* 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"
|
#include "headers/spacing.h"
|
||||||
|
|
||||||
unsigned short
|
unsigned short
|
||||||
XUtf8IsNonSpacing(unsigned int ucs) {
|
XUtf8IsNonSpacing(unsigned int ucs) {
|
||||||
|
|
||||||
if (ucs <= 0x0361) {
|
if (ucs <= 0x0361) {
|
||||||
|
Loading…
Reference in New Issue
Block a user