comparison src/os/win32/ngx_win32_config.h @ 1619:e2ab812358bd stable-0.5

r1355, r1471, r1600 merge: make 64-bit ngx_int_t on 64-bit platforms
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Nov 2007 13:54:40 +0000
parents 1a1fe29fdb17
children
comparison
equal deleted inserted replaced
1618:fbf94b8341bf 1619:e2ab812358bd
118 118
119 #endif 119 #endif
120 120
121 typedef __int64 int64_t; 121 typedef __int64 int64_t;
122 typedef unsigned __int64 uint64_t; 122 typedef unsigned __int64 uint64_t;
123 typedef int intptr_t;
123 typedef u_int uintptr_t; 124 typedef u_int uintptr_t;
124 125
125 typedef int ssize_t; 126 typedef int ssize_t;
126 typedef __int64 off_t; 127 typedef __int64 off_t;
127 typedef uint32_t in_addr_t; 128 typedef uint32_t in_addr_t;