summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-12-10 11:17:07 +0100
committerAnatol Belski <ab@php.net>2016-12-10 11:17:07 +0100
commit8b82e2c2fe2d7fa232af5e32059037f5839e06e6 (patch)
tree9d94dae095d9d388a92e7191454f81eaafb3580f
parent0ad804ec9b186d10dd43a5bc2e42df53dc9e4b9c (diff)
downloadphp-git-8b82e2c2fe2d7fa232af5e32059037f5839e06e6.tar.gz
extend errno mapping
-rw-r--r--win32/winutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/winutil.c b/win32/winutil.c
index cd009cadc0..04849c9200 100644
--- a/win32/winutil.c
+++ b/win32/winutil.c
@@ -400,6 +400,7 @@ PHP_WINUTIL_API int php_win32_code_to_errno(unsigned long w32Err)
/* 1004 */ , { ERROR_INVALID_FLAGS , EINVAL }
/* 1113 */ , { ERROR_NO_UNICODE_TRANSLATION , EINVAL }
/* 1168 */ , { ERROR_NOT_FOUND , ENOENT }
+ /* 1224 */ , { ERROR_USER_MAPPED_FILE , EACCES }
/* 1816 */ , { ERROR_NOT_ENOUGH_QUOTA , ENOMEM }
, { ERROR_ABANDONED_WAIT_0 , EIO }
};