diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-07-29 18:24:53 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-29 18:24:53 +0000 |
| commit | 83a6851b28378863755085c85f0eb6dffcfb17a8 (patch) | |
| tree | cd767d3672a78898f0b226c3e9d8d9eeaafbc1cc /src/os/win32/ngx_win32_config.h | |
| parent | 8889b65711cc93dfdbbd570384fe2e39391cc94e (diff) | |
| download | nginx-83a6851b28378863755085c85f0eb6dffcfb17a8.tar.gz nginx-83a6851b28378863755085c85f0eb6dffcfb17a8.tar.bz2 | |
make 64-bit ngx_int_t on 64-bit platforms
Diffstat (limited to 'src/os/win32/ngx_win32_config.h')
| -rw-r--r-- | src/os/win32/ngx_win32_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index 6bdc57c08..ceb934982 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -120,6 +120,7 @@ typedef unsigned short int uint16_t; typedef __int64 int64_t; typedef unsigned __int64 uint64_t; +typedef int intptr_t; typedef u_int uintptr_t; typedef int ssize_t; |
