aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-04 20:23:21 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-04 20:23:21 +0000
commit2b29a703bbaee6496afdc9192401e7c682edaf86 (patch)
tree991321d4be54c2de52f87fcf577a5efe6e9a33f3 /src
parent40db7a19b1568d57896cb0f55e82e1332b685082 (diff)
downloadnginx-2b29a703bbaee6496afdc9192401e7c682edaf86.tar.gz
nginx-2b29a703bbaee6496afdc9192401e7c682edaf86.zip
fix building by bcc broken in r2143
Diffstat (limited to 'src')
-rw-r--r--src/os/win32/ngx_win32_config.h1
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 07f27dfd8..11b266f5e 100644
--- 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;