comparison src/os/win32/ngx_errno.h @ 3023:7d5501988fe3

NGX_ENOPATH
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Aug 2009 14:25:04 +0000
parents 64a10d6b97bd
children e294f37401c0
comparison
equal deleted inserted replaced
3022:56407044c593 3023:7d5501988fe3
19 #define ngx_socket_errno WSAGetLastError() 19 #define ngx_socket_errno WSAGetLastError()
20 #define ngx_set_socket_errno(err) WSASetLastError(err) 20 #define ngx_set_socket_errno(err) WSASetLastError(err)
21 21
22 #define NGX_EPERM ERROR_ACCESS_DENIED 22 #define NGX_EPERM ERROR_ACCESS_DENIED
23 #define NGX_ENOENT ERROR_FILE_NOT_FOUND 23 #define NGX_ENOENT ERROR_FILE_NOT_FOUND
24 #define NGX_ENOPATH ERROR_PATH_NOT_FOUND
24 #define NGX_ENOMEM ERROR_NOT_ENOUGH_MEMORY 25 #define NGX_ENOMEM ERROR_NOT_ENOUGH_MEMORY
25 #define NGX_EACCES ERROR_ACCESS_DENIED 26 #define NGX_EACCES ERROR_ACCESS_DENIED
26 /* it's seems that ERROR_FILE_EXISTS is not appropriate error code */ 27 /* it's seems that ERROR_FILE_EXISTS is not appropriate error code */
27 #define NGX_EEXIST ERROR_ALREADY_EXISTS 28 #define NGX_EEXIST ERROR_ALREADY_EXISTS
28 /* 29 /*