comparison src/os/win32/ngx_win32_config.h @ 3458:bdcae1a576e3

compare long file names in case-insensitive mode, the bug had been introduced in r3418
author Igor Sysoev <igor@sysoev.ru>
date Wed, 03 Mar 2010 10:05:54 +0000
parents 2e91aecb9e57
children 4f021d4ceb88
comparison
equal deleted inserted replaced
3457:17706823a57e 3458:bdcae1a576e3
34 #include <shellapi.h> 34 #include <shellapi.h>
35 #include <stddef.h> /* offsetof() */ 35 #include <stddef.h> /* offsetof() */
36 #include <stdio.h> 36 #include <stdio.h>
37 #include <stdlib.h> 37 #include <stdlib.h>
38 #include <stdarg.h> 38 #include <stdarg.h>
39 #include <locale.h>
39 40
40 #ifdef __WATCOMC__ 41 #ifdef __WATCOMC__
41 #define _TIME_T_DEFINED 42 #define _TIME_T_DEFINED
42 typedef long time_t; 43 typedef long time_t;
43 /* OpenWatcom defines time_t as "unsigned long" */ 44 /* OpenWatcom defines time_t as "unsigned long" */