diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-03-29 09:51:46 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-03-29 09:51:46 +0300 |
commit | 6871615528044ff3dce2bf2abdf862d1178a2c9e (patch) | |
tree | ddc22c3ff087e2ad0b717c16575c243abd609397 /src/http/ngx_http_script.c | |
parent | 4618c03f4c130d30128a1cea135e2c9e636a13ba (diff) | |
download | nginx-6871615528044ff3dce2bf2abdf862d1178a2c9e.tar.gz nginx-6871615528044ff3dce2bf2abdf862d1178a2c9e.zip |
Win32: additional error code NGX_EEXIST_FILE (ticket #910).
On Windows there are two possible error codes which correspond to
the EEXIST error code: ERROR_FILE_EXISTS used by CreateFile(CREATE_NEW),
and ERROR_ALREADY_EXISTS used by CreateDirectory().
MoveFile() seems to use both: ERROR_ALREADY_EXISTS when moving within
one filesystem, and ERROR_FILE_EXISTS when copying a file to a different
drive.
Diffstat (limited to 'src/http/ngx_http_script.c')
0 files changed, 0 insertions, 0 deletions