mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
add comment
This commit is contained in:
parent
cbb5578c52
commit
872025fc51
@ -27,6 +27,9 @@
|
|||||||
#define NGX_FILE_ERROR 0
|
#define NGX_FILE_ERROR 0
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* FILE_FLAG_BACKUP_SEMANTICS allows to obtain a handle to a directory
|
||||||
|
*/
|
||||||
|
|
||||||
#define ngx_open_file(name, mode, create, access) \
|
#define ngx_open_file(name, mode, create, access) \
|
||||||
CreateFile((const char *) name, mode, \
|
CreateFile((const char *) name, mode, \
|
||||||
|
Loading…
Reference in New Issue
Block a user