X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fs%2Fmingw32.h;h=3e56d9ebbfbad915539e8571326f6dc3a4b8b5cd;hb=c4c84047fb9a3b3304b71f776e418bf018187ce5;hp=c0e8b0c27906cad95edad343ab01e87be5faf8cb;hpb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb;p=chise%2Fxemacs-chise.git.1 diff --git a/src/s/mingw32.h b/src/s/mingw32.h index c0e8b0c..3e56d9e 100644 --- a/src/s/mingw32.h +++ b/src/s/mingw32.h @@ -133,13 +133,10 @@ Boston, MA 02111-1307, USA. */ #ifndef NOT_C_CODE #include -#include +#include <../mingw/process.h> #define mkdir __mkdir #include #undef mkdir -#ifdef HAVE_CYGWIN_VERSION_H -#include -#endif /* IO calls that are emulated or shadowed */ #define pipe sys_pipe @@ -192,11 +189,6 @@ uid_t geteuid (void); gid_t getgid (void); gid_t getegid (void); -#if CYGWIN_VERSION_DLL_MAJOR <= 21 -#define _ftime ftime -#define _timeb timeb -#endif - /* Stuff that gets set wrongly or otherwise */ #define HAVE_SETITIMER #define HAVE_GETTIMEOFDAY @@ -205,7 +197,6 @@ gid_t getegid (void); #define HAVE_TIMEVAL #define HAVE_GETPAGESIZE #define getpagesize() 4096 -/*#define HAVE_STRUCT_UTIMBUF*/ #ifndef HAVE_H_ERRNO #define HAVE_H_ERRNO #endif