add comment

This commit is contained in:
Igor Sysoev 2007-01-18 20:23:16 +00:00
parent cbb5578c52
commit 872025fc51

View File

@ -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, \