STR 2858: include statements were wrong
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9670 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
d751db12ff
commit
4a198a941c
@ -21,22 +21,25 @@
|
||||
#include <FL/filename.H>
|
||||
#include <stdarg.h>
|
||||
|
||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||
#if defined(WIN32) || defined(__CYGWIN__)
|
||||
# include <ctype.h>
|
||||
# include <io.h>
|
||||
# include <windows.h>
|
||||
# include <winbase.h>
|
||||
# include <process.h>
|
||||
#ifdef __CYGWIN__
|
||||
#include <wchar.h>
|
||||
#else
|
||||
#include <direct.h>
|
||||
#endif
|
||||
# ifdef __CYGWIN__
|
||||
# include <wchar.h>
|
||||
# include <sys/types.h>
|
||||
# include <sys/stat.h>
|
||||
# include <fcntl.h>
|
||||
# include <unistd.h>
|
||||
# else
|
||||
# include <direct.h>
|
||||
# endif
|
||||
extern "C" {
|
||||
int XUtf8Tolower(int ucs);
|
||||
unsigned short XUtf8IsNonSpacing(unsigned int ucs);
|
||||
};
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# include <stdio.h>
|
||||
# include <time.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user