diff options
| author | Manolo Gouy <Manolo> | 2016-04-04 05:10:48 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-04 05:10:48 +0000 |
| commit | 2aa10885337536f84ede60ec476f4ecf49833890 (patch) | |
| tree | ab29eaa6088607c053148ceb8060719b19c5320e /src/xutf8/case.c | |
| parent | 664c2b63571f35d84aa54d4aae80a377a8033b2a (diff) | |
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
Diffstat (limited to 'src/xutf8/case.c')
| -rw-r--r-- | src/xutf8/case.c | 6 |
1 files changed, 1 insertions, 5 deletions
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 <stdlib.h> -int +int XUtf8Tolower(int ucs) { int ret; if (ucs <= 0x02B6) { |
