From 3d91d60c50fede3b9fc0fc3784769ba4827e1731 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 10 May 2000 03:31:19 +0000 Subject: [PATCH] XEmacs 21.2.32 "Kastor & Polydeukes". --- lisp/winnt.el | 2 +- nt/inc/sys/time.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 { -- 1.7.10.4