aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_time.h')
-rw-r--r--src/os/win32/ngx_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_time.h b/src/os/win32/ngx_time.h
index 665976d88..4cb984194 100644
--- a/src/os/win32/ngx_time.h
+++ b/src/os/win32/ngx_time.h
@@ -39,7 +39,7 @@ typedef FILETIME ngx_mtime_t;
#define ngx_msleep Sleep
-#define HAVE_GETTIMEZONE 1
+#define NGX_HAVE_GETTIMEZONE 1
ngx_int_t ngx_gettimezone(void);
void ngx_gettimeofday(struct timeval *tp);