diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-01-23 18:47:54 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-01-23 18:47:54 +0000 |
commit | fcce8d529a6aa7930cc58a5ec84b735cfb72c7e7 (patch) | |
tree | 4b117da7656c40b070a227eddec3cb4162ca2127 /src/os/win32/ngx_time.h | |
parent | 6b7cfab3a6bdd45dbd85c5d32076a259a303c50c (diff) | |
download | nginx-fcce8d529a6aa7930cc58a5ec84b735cfb72c7e7.tar.gz nginx-fcce8d529a6aa7930cc58a5ec84b735cfb72c7e7.zip |
nginx-0.0.1-2003-01-23-21:47:54 import
Diffstat (limited to 'src/os/win32/ngx_time.h')
-rw-r--r-- | src/os/win32/ngx_time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/win32/ngx_time.h b/src/os/win32/ngx_time.h index 57bd421da..25eef9556 100644 --- 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; |