comparison src/os/win32/ngx_stat.h @ 95:b48066122884

nginx-0.0.1-2003-05-23-15:53:01 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 May 2003 11:53:01 +0000
parents 34a521b1a148
children
comparison
equal deleted inserted replaced
94:8220378432a8 95:b48066122884
12 typedef BY_HANDLE_FILE_INFORMATION ngx_file_info_t; 12 typedef BY_HANDLE_FILE_INFORMATION ngx_file_info_t;
13 13
14 14
15 #define ngx_file_type_n "GetFileAttributes" 15 #define ngx_file_type_n "GetFileAttributes"
16 16
17 #define ngx_is_dir(fi) (fi.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) 17 #define ngx_is_dir(fi) (fi.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
18 18
19 #define ngx_stat_n "GetFileAttributes" 19 #define ngx_stat_n "GetFileAttributes"
20 20
21 #define ngx_fstat(file, fd, sb) ngx_stat(file, sb) 21 #define ngx_fstat(file, fd, sb) ngx_stat(file, sb)
22 #define ngx_fstat_n "GetFileAttributes" 22 #define ngx_fstat_n "GetFileAttributes"