summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_time.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/os/win32/ngx_time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os/win32/ngx_time.h b/src/os/win32/ngx_time.h
index a810c70aa..57bd421da 100644
--- a/src/os/win32/ngx_time.h
+++ b/src/os/win32/ngx_time.h
@@ -21,5 +21,8 @@ typedef FILETIME ngx_mtime_t;
#define ngx_localtime GetLocalTime
#define ngx_msec GetTickCount
+/* STUB */
+#define ngx_time() time(NULL)
+
#endif /* _NGX_TIME_H_INCLUDED_ */