projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95a8505
)
XEmacs 21.2.32 "Kastor & Polydeukes".
author
tomo
<tomo>
Wed, 10 May 2000 03:31:19 +0000
(
03:31
+0000)
committer
tomo
<tomo>
Wed, 10 May 2000 03:31:19 +0000
(
03:31
+0000)
lisp/winnt.el
patch
|
blob
|
history
nt/inc/sys/time.h
patch
|
blob
|
history
diff --git
a/lisp/winnt.el
b/lisp/winnt.el
index
0dedb06
..
7935286
100644
(file)
--- 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
(file)
--- a/
nt/inc/sys/time.h
+++ b/
nt/inc/sys/time.h
@@
-4,11
+4,15
@@
#include <time.h>
+#ifdef __MINGW32__
+#include <winsock.h>
+#else
struct timeval
{
long tv_sec; /* seconds */
long tv_usec; /* microseconds */
};
+#endif
struct timezone
{