mirror of
https://github.com/nginx/nginx.git
synced 2025-01-07 06:33:00 -06:00
fix building by bcc broken in r2143
This commit is contained in:
parent
40db7a19b1
commit
2b29a703bb
@ -112,6 +112,7 @@ typedef unsigned __int32 uint32_t;
|
|||||||
typedef __int32 int32_t;
|
typedef __int32 int32_t;
|
||||||
typedef unsigned __int16 uint16_t;
|
typedef unsigned __int16 uint16_t;
|
||||||
#define ngx_libc_cdecl __cdecl
|
#define ngx_libc_cdecl __cdecl
|
||||||
|
#define _strnicmp strnicmp
|
||||||
|
|
||||||
#else /* __WATCOMC__ */
|
#else /* __WATCOMC__ */
|
||||||
typedef unsigned int uint32_t;
|
typedef unsigned int uint32_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user