diff src/os/win32/ngx_time.h @ 50:b288069a8696

nginx-0.0.1-2003-01-23-21:47:54 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Jan 2003 18:47:54 +0000
parents 53cb81681040
children 7ebc8b7fb816
line wrap: on
line diff
--- a/src/os/win32/ngx_time.h
+++ b/src/os/win32/ngx_time.h
@@ -5,6 +5,8 @@
 #include <windows.h>
 
 typedef unsigned int   ngx_msec_t;
+#define NGX_MAX_MSEC   ~0
+
 
 typedef SYSTEMTIME     ngx_tm_t;
 typedef FILETIME       ngx_mtime_t;