mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 02:09:04 +08:00
add comment
This commit is contained in:
parent
cbb5578c52
commit
872025fc51
@ -27,6 +27,9 @@
|
||||
#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) \
|
||||
CreateFile((const char *) name, mode, \
|
||||
|
Loading…
Reference in New Issue
Block a user