diff src/os/win32/ngx_time.h @ 2220:bf38420c9e25

ngx_timezone_update()
author Igor Sysoev <igor@sysoev.ru>
date Sat, 30 Aug 2008 19:52:07 +0000
parents 9c2f3ed7a247
children ebcee0063cd8
line wrap: on
line diff
--- a/src/os/win32/ngx_time.h
+++ b/src/os/win32/ngx_time.h
@@ -39,6 +39,8 @@ typedef FILETIME              ngx_mtime_
 
 #define NGX_HAVE_GETTIMEZONE  1
 
+#define  ngx_timezone_update()
+
 ngx_int_t ngx_gettimezone(void);
 void ngx_libc_localtime(time_t s, struct tm *tm);
 void ngx_libc_gmtime(time_t s, struct tm *tm);