mirror of
https://github.com/fltk/fltk.git
synced 2026-05-29 04:26:27 +08:00
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:
@@ -19,10 +19,6 @@
|
||||
* 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user