comparison src/os/win32/ngx_stat.c @ 42:cd035a94e0b6

nginx-0.0.1-2002-12-27-10:27:47 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Dec 2002 07:27:47 +0000
parents 34a521b1a148
children c0552e5ab567
comparison
equal deleted inserted replaced
41:59e7c7f30d49 42:cd035a94e0b6
1 1
2 #include <windows.h> 2 #include <ngx_config.h>
3 3
4 #include <ngx_stat.h> 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 {