comparison 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
comparison
equal deleted inserted replaced
49:c091d5b853c8 50:b288069a8696
3 3
4 4
5 #include <windows.h> 5 #include <windows.h>
6 6
7 typedef unsigned int ngx_msec_t; 7 typedef unsigned int ngx_msec_t;
8 #define NGX_MAX_MSEC ~0
9
8 10
9 typedef SYSTEMTIME ngx_tm_t; 11 typedef SYSTEMTIME ngx_tm_t;
10 typedef FILETIME ngx_mtime_t; 12 typedef FILETIME ngx_mtime_t;
11 13
12 #define ngx_tm_sec wSecond 14 #define ngx_tm_sec wSecond