changeset 1050:5d9451a01c5d

add comment
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Jan 2007 20:23:16 +0000
parents 8865ca5ff560
children 25114f8e2780
files src/os/win32/ngx_files.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/win32/ngx_files.h
+++ b/src/os/win32/ngx_files.h
@@ -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,                                    \