]> git.kaiwu.me - nginx.git/commitdiff
fix building by bcc broken in r2143
authorIgor Sysoev <igor@sysoev.ru>
Mon, 4 Aug 2008 20:23:21 +0000 (20:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 4 Aug 2008 20:23:21 +0000 (20:23 +0000)
src/os/win32/ngx_win32_config.h

index 07f27dfd8ff311994792dc0f077b8c47bd0cf475..11b266f5e485e24c9b12d21f0f9f989c923eccf9 100644 (file)
@@ -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;