commit | 2b29a703bbaee6496afdc9192401e7c682edaf86 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Aug 04 20:23:21 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Aug 04 20:23:21 2008 +0000 |
tree | 991321d4be54c2de52f87fcf577a5efe6e9a33f3 | |
parent | 40db7a19b1568d57896cb0f55e82e1332b685082 [diff] |
fix building by bcc broken in r2143
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index 07f27df..11b266f 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h
@@ -112,6 +112,7 @@ typedef __int32 int32_t; typedef unsigned __int16 uint16_t; #define ngx_libc_cdecl __cdecl +#define _strnicmp strnicmp #else /* __WATCOMC__ */ typedef unsigned int uint32_t;