From 914248bbf04675f2e8096dadae4ffa35e6982293 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 11 Mar 2016 01:01:58 +0000 Subject: Android version compiles and links. Won't run yet. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11344 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/xutf8/case.c | 2 +- src/xutf8/is_spacing.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xutf8') diff --git a/src/xutf8/case.c b/src/xutf8/case.c index 8efc0e397..11e3b1cf5 100644 --- a/src/xutf8/case.c +++ b/src/xutf8/case.c @@ -19,7 +19,7 @@ * This file is required on all platforms for UTF-8 support */ -#if !defined(WIN32) && !defined(__APPLE__) +#if !defined(WIN32) && !defined(__APPLE__) && !defined(ANDROID) # include "../Xutf8.h" #endif /* !defined(WIN32) && !defined(__APPLE__) */ diff --git a/src/xutf8/is_spacing.c b/src/xutf8/is_spacing.c index 6e3d6abd3..040e6828c 100644 --- a/src/xutf8/is_spacing.c +++ b/src/xutf8/is_spacing.c @@ -18,7 +18,7 @@ * This file is required on all platforms for utf8 support */ -#if !defined(WIN32) && !defined(__APPLE__) +#if !defined(WIN32) && !defined(__APPLE__) && !defined(ANDROID) # include "../Xutf8.h" #endif /* !defined(WIN32) && !defined(__APPLE__) */ -- cgit v1.2.3