]> git.kaiwu.me - nginx.git/commitdiff
add comment
authorIgor Sysoev <igor@sysoev.ru>
Thu, 18 Jan 2007 20:23:16 +0000 (20:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 18 Jan 2007 20:23:16 +0000 (20:23 +0000)
src/os/win32/ngx_files.h

index 5aef0b6ef5ab3715af81f98719d4416dc7d76ee4..132b6221b52f3374365a8173a94c43fe31a880a3 100644 (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,                                    \