changeset 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 82c3fdb74c12
children 071bc0fc1459
files src/os/win32/ngx_win32_config.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/win32/ngx_win32_config.h
+++ b/src/os/win32/ngx_win32_config.h
@@ -112,6 +112,7 @@ typedef unsigned __int32    uint32_t;
 typedef __int32             int32_t;
 typedef unsigned __int16    uint16_t;
 #define ngx_libc_cdecl      __cdecl
+#define _strnicmp           strnicmp
 
 #else /* __WATCOMC__ */
 typedef unsigned int        uint32_t;