comparison src/os/win32/ngx_stat.c @ 176:c0552e5ab567

nginx-0.0.1-2003-11-09-23:03:38 import; separate building
author Igor Sysoev <igor@sysoev.ru>
date Sun, 09 Nov 2003 20:03:38 +0000
parents cd035a94e0b6
children da8c5707af39
comparison
equal deleted inserted replaced
175:e92c2c647c57 176:c0552e5ab567
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h>
3 4
4 #include <ngx_stat.h>
5 5
6 int ngx_file_type(char *file, ngx_file_info_t *sb) 6 int ngx_file_type(char *file, ngx_file_info_t *sb)
7 { 7 {
8 sb->dwFileAttributes = GetFileAttributes(file); 8 sb->dwFileAttributes = GetFileAttributes(file);
9 9