comparison src/os/win32/ngx_files.h @ 92:19cc647ecd91

nginx-0.0.1-2003-05-20-19:37:55 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 May 2003 15:37:55 +0000
parents 17ab1af8c3dd
children c9b243802a17
comparison
equal deleted inserted replaced
91:637625a2acdb 92:19cc647ecd91
33 NULL, \ 33 NULL, \
34 CREATE_NEW, \ 34 CREATE_NEW, \
35 persistent ? 0: \ 35 persistent ? 0: \
36 FILE_ATTRIBUTE_TEMPORARY|FILE_FLAG_DELETE_ON_CLOSE, \ 36 FILE_ATTRIBUTE_TEMPORARY|FILE_FLAG_DELETE_ON_CLOSE, \
37 NULL); 37 NULL);
38
39 #define ngx_open_tempfile_n "CreateFile()"
40
38 41
39 42
40 #define ngx_open_file_n "CreateFile()" 43 #define ngx_open_file_n "CreateFile()"
41 44
42 #define NGX_FILE_RDONLY GENERIC_READ 45 #define NGX_FILE_RDONLY GENERIC_READ