mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix building by msvc8 introduced in r2127
This commit is contained in:
parent
891f90be28
commit
90815b49af
@ -123,7 +123,7 @@ ngx_int_t ngx_file_info(u_char *filename, ngx_file_info_t *fi);
|
||||
- 116444736000000000) / 10000000)
|
||||
|
||||
|
||||
#define ngx_filename_cmp(s1, s2, n) strnicmp((char *) s1, (char *) s2, n)
|
||||
#define ngx_filename_cmp(s1, s2, n) _strnicmp((char *) s1, (char *) s2, n)
|
||||
|
||||
|
||||
#define ngx_getcwd(buf, size) GetCurrentDirectory(size, buf)
|
||||
|
Loading…
Reference in New Issue
Block a user