Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_files.h')
-rw-r--r--src/os/win32/ngx_files.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os/win32/ngx_files.h b/src/os/win32/ngx_files.h
index 0815d3ea1..5aef0b6ef 100644
--- a/src/os/win32/ngx_files.h
+++ b/src/os/win32/ngx_files.h
@@ -32,9 +32,6 @@
CreateFile((const char *) name, mode, \
FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE, \
NULL, create, FILE_FLAG_BACKUP_SEMANTICS, NULL)
-/*
- NULL, OPEN_EXISTING, 0, NULL)
-*/
#define ngx_open_file_n "CreateFile()"
#define NGX_FILE_RDONLY GENERIC_READ