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