diff 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
line wrap: on
line diff
--- a/src/os/win32/ngx_errno.h
+++ b/src/os/win32/ngx_errno.h
@@ -21,6 +21,7 @@ typedef DWORD                      ngx_e
 
 #define NGX_EPERM                  ERROR_ACCESS_DENIED
 #define NGX_ENOENT                 ERROR_FILE_NOT_FOUND
+#define NGX_ENOPATH                ERROR_PATH_NOT_FOUND
 #define NGX_ENOMEM                 ERROR_NOT_ENOUGH_MEMORY
 #define NGX_EACCES                 ERROR_ACCESS_DENIED
 /* it's seems that ERROR_FILE_EXISTS is not appropriate error code */