From 2aa10885337536f84ede60ec476f4ecf49833890 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 4 Apr 2016 05:10:48 +0000 Subject: Remove platform-specific code from file case.c git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11523 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/xutf8/case.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/xutf8/case.c') diff --git a/src/xutf8/case.c b/src/xutf8/case.c index 11e3b1cf5..95d76bbdb 100644 --- a/src/xutf8/case.c +++ b/src/xutf8/case.c @@ -19,14 +19,10 @@ * This file is required on all platforms for UTF-8 support */ -#if !defined(WIN32) && !defined(__APPLE__) && !defined(ANDROID) -# include "../Xutf8.h" -#endif /* !defined(WIN32) && !defined(__APPLE__) */ - #include "headers/case.h" #include -int +int XUtf8Tolower(int ucs) { int ret; if (ucs <= 0x02B6) { -- cgit v1.2.3