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
This commit is contained in:
parent
664c2b6357
commit
2aa1088533
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user