diff src/os/win32/ngx_time.h @ 180:2d143372a1ee

nginx-0.0.1-2003-11-12-01:16:11 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Nov 2003 22:16:11 +0000
parents 9f3a78b06c48
children 87e73f067470
line wrap: on
line diff
--- a/src/os/win32/ngx_time.h
+++ b/src/os/win32/ngx_time.h
@@ -27,12 +27,6 @@ typedef FILETIME       ngx_mtime_t;
 #define ngx_localtime  GetLocalTime
 
 
-struct timeval {
-    long   tv_sec;
-    long   tv_usec;
-};
-
-
 void ngx_gettimeofday(struct timeval *tp);