aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_alloc.c')
-rw-r--r--src/os/win32/ngx_alloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/win32/ngx_alloc.c b/src/os/win32/ngx_alloc.c
index 82ede7211..d04c3f37c 100644
--- a/src/os/win32/ngx_alloc.c
+++ b/src/os/win32/ngx_alloc.c
@@ -8,7 +8,8 @@
#include <ngx_core.h>
-int ngx_pagesize;
+ngx_uint_t ngx_pagesize;
+ngx_uint_t ngx_pagesize_shift;
ngx_uint_t ngx_cacheline_size;