summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_time.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-09-02 14:48:24 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-09-02 14:48:24 +0000
commita58e3ca14300fce97b2124233afe140c8d59199f (patch)
treed24eff379cc7dfb5c6952f1bb15735cd63ba2179 /src/os/win32/ngx_time.h
parent016b85270268989d769bade2004a7c628a47d726 (diff)
downloadnginx-a58e3ca14300fce97b2124233afe140c8d59199f.tar.gz
nginx-a58e3ca14300fce97b2124233afe140c8d59199f.tar.bz2
nginx-0.0.1-2002-09-02-18:48:24 import
Diffstat (limited to 'src/os/win32/ngx_time.h')
-rw-r--r--src/os/win32/ngx_time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/win32/ngx_time.h b/src/os/win32/ngx_time.h
index be932445a..a810c70aa 100644
--- a/src/os/win32/ngx_time.h
+++ b/src/os/win32/ngx_time.h
@@ -4,6 +4,8 @@
#include <windows.h>
+typedef unsigned int ngx_msec_t;
+
typedef SYSTEMTIME ngx_tm_t;
typedef FILETIME ngx_mtime_t;