mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
add comment
This commit is contained in:
parent
cbb5578c52
commit
872025fc51
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue