X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fs%2Fmingw32.h;h=3e56d9ebbfbad915539e8571326f6dc3a4b8b5cd;hb=930837f0e2867be99a167b32f57d57898c838571;hp=ef6c2acb606ef8b0d75f83cb3d49a7b3e59e5b81;hpb=1cc5b779cb8755e01e02aead4fba711c06158b90;p=chise%2Fxemacs-chise.git- diff --git a/src/s/mingw32.h b/src/s/mingw32.h index ef6c2ac..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