Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_files.h')
-rw-r--r--src/os/win32/ngx_files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_files.h b/src/os/win32/ngx_files.h
index 294709f4b..2018e3fc6 100644
--- a/src/os/win32/ngx_files.h
+++ b/src/os/win32/ngx_files.h
@@ -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)