comparison src/os/win32/ngx_win32_config.h @ 2147:c99db89ebf35

fix building by bcc broken in r2143
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Aug 2008 20:23:21 +0000
parents 25e2db857b66
children 7a1478c02415
comparison
equal deleted inserted replaced
2146:82c3fdb74c12 2147:c99db89ebf35
110 #elif defined __BORLANDC__ 110 #elif defined __BORLANDC__
111 typedef unsigned __int32 uint32_t; 111 typedef unsigned __int32 uint32_t;
112 typedef __int32 int32_t; 112 typedef __int32 int32_t;
113 typedef unsigned __int16 uint16_t; 113 typedef unsigned __int16 uint16_t;
114 #define ngx_libc_cdecl __cdecl 114 #define ngx_libc_cdecl __cdecl
115 #define _strnicmp strnicmp
115 116
116 #else /* __WATCOMC__ */ 117 #else /* __WATCOMC__ */
117 typedef unsigned int uint32_t; 118 typedef unsigned int uint32_t;
118 typedef int int32_t; 119 typedef int int32_t;
119 typedef unsigned short int uint16_t; 120 typedef unsigned short int uint16_t;