comparison src/os/win32/ngx_win32_config.h @ 1354:f69d1aab6a0f

make 64-bit ngx_int_t on 64-bit platforms
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Jul 2007 18:24:53 +0000
parents f88651afad40
children 0d57c150115b
comparison
equal deleted inserted replaced
1353:7443fbe0b013 1354:f69d1aab6a0f
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;