diff src/os/win32/ngx_types.h @ 156:afc333135a6b

nginx-0.0.1-2003-10-23-10:13:16 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Oct 2003 06:13:16 +0000
parents 7db96f59bc29
children c0552e5ab567
line wrap: on
line diff
--- a/src/os/win32/ngx_types.h
+++ b/src/os/win32/ngx_types.h
@@ -7,6 +7,7 @@
 
 
 typedef unsigned __int32            u_int32_t;
+typedef __int64                     int64_t;
 
 typedef int                         ssize_t;
 typedef long                        time_t;