From: Igor Sysoev Date: Thu, 18 Jan 2007 20:23:16 +0000 (+0000) Subject: add comment X-Git-Tag: release-0.5.8~16 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=872025fc51cd4dae6bf3a68a0a52d9b7d1e6791a;p=nginx.git add comment --- diff --git a/src/os/win32/ngx_files.h b/src/os/win32/ngx_files.h index 5aef0b6ef..132b6221b 100644 --- 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, \