mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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:
+5
-2
@@ -21,7 +21,7 @@
|
|||||||
#include <FL/filename.H>
|
#include <FL/filename.H>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
#if defined(WIN32) || defined(__CYGWIN__)
|
||||||
# include <ctype.h>
|
# include <ctype.h>
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
@@ -29,6 +29,10 @@
|
|||||||
# include <process.h>
|
# include <process.h>
|
||||||
# ifdef __CYGWIN__
|
# ifdef __CYGWIN__
|
||||||
# include <wchar.h>
|
# include <wchar.h>
|
||||||
|
# include <sys/types.h>
|
||||||
|
# include <sys/stat.h>
|
||||||
|
# include <fcntl.h>
|
||||||
|
# include <unistd.h>
|
||||||
# else
|
# else
|
||||||
# include <direct.h>
|
# include <direct.h>
|
||||||
# endif
|
# endif
|
||||||
@@ -36,7 +40,6 @@ extern "C" {
|
|||||||
int XUtf8Tolower(int ucs);
|
int XUtf8Tolower(int ucs);
|
||||||
unsigned short XUtf8IsNonSpacing(unsigned int ucs);
|
unsigned short XUtf8IsNonSpacing(unsigned int ucs);
|
||||||
};
|
};
|
||||||
|
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
# include <time.h>
|
# include <time.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user