From: tomo Date: Wed, 10 May 2000 03:31:19 +0000 (+0000) Subject: XEmacs 21.2.32 "Kastor & Polydeukes". X-Git-Tag: r21-2-32^3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3d91d60c50fede3b9fc0fc3784769ba4827e1731;p=chise%2Fxemacs-chise.git.1 XEmacs 21.2.32 "Kastor & Polydeukes". --- diff --git a/lisp/winnt.el b/lisp/winnt.el index 0dedb06..7935286 100644 --- a/lisp/winnt.el +++ b/lisp/winnt.el @@ -1,4 +1,4 @@ -;;; winnt.el --- Lisp routines for Windows NT. +;;; winnt.el --- Lisp routines for MS Windows. ;; Copyright (C) 1994 Free Software Foundation, Inc. diff --git a/nt/inc/sys/time.h b/nt/inc/sys/time.h index 3bbdbe7..5044707 100644 --- a/nt/inc/sys/time.h +++ b/nt/inc/sys/time.h @@ -4,11 +4,15 @@ #include +#ifdef __MINGW32__ +#include +#else struct timeval { long tv_sec; /* seconds */ long tv_usec; /* microseconds */ }; +#endif struct timezone {