Mercurial > hg > xemacs-beta
diff src/s/mingw32.h @ 546:666d73d6ac56
[xemacs-hg @ 2001-05-20 01:17:07 by ben]
fixes so MinGW compiles.
console-msw.h, scrollbar-msw.c, event-msw.c: we might receive scrollbar events on windows without scrollbars
(e.g. holding down and moving the wheel button).
dired.c: win9x support.
eval.c: doc comment about gcpro'ing in record_unwind_protect.
frame-msw.c: typo.
frame.c: avoid problems with errors during init_frame_3.
process-nt.c: remove unused mswindows-quote-process-args. rec for 21.4.
unexcw.c: use do/while.
autoload.el: Oops, off by one argument.
mouse.el: Add an argument to mouse-track so that hooks can be overridden.
(let-binding doesn't work when the hooks have been made local.)
modify mouse-track-run-hook accordingly, and fix mouse-track-default
and mouse-track-insert to use the new functionality.
printer.el: Oops, off by one paren.
author | ben |
---|---|
date | Sun, 20 May 2001 01:17:16 +0000 |
parents | 0784d089fdc9 |
children | ed498ef2108b |
line wrap: on
line diff
--- a/src/s/mingw32.h Fri May 18 04:39:44 2001 +0000 +++ b/src/s/mingw32.h Sun May 20 01:17:16 2001 +0000 @@ -133,13 +133,10 @@ #ifndef NOT_C_CODE #include <stdlib.h> -#include <mingw/process.h> +#include <../mingw/process.h> #define mkdir __mkdir #include <dir.h> #undef mkdir -#ifdef HAVE_CYGWIN_VERSION_H -#include <cygwin/version.h> -#endif /* IO calls that are emulated or shadowed */ #define pipe sys_pipe @@ -192,11 +189,6 @@ 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