XEmacs 21.2.32 "Kastor & Polydeukes".
authortomo <tomo>
Wed, 10 May 2000 03:31:19 +0000 (03:31 +0000)
committertomo <tomo>
Wed, 10 May 2000 03:31:19 +0000 (03:31 +0000)
lisp/winnt.el
nt/inc/sys/time.h

index 0dedb06..7935286 100644 (file)
@@ -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.
 
index 3bbdbe7..5044707 100644 (file)
@@ -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 
   {