Skip to content

Commit 8b82e2c

Browse files
committed
extend errno mapping
1 parent 0ad804e commit 8b82e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/winutil.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ PHP_WINUTIL_API int php_win32_code_to_errno(unsigned long w32Err)
400400
/* 1004 */ , { ERROR_INVALID_FLAGS , EINVAL }
401401
/* 1113 */ , { ERROR_NO_UNICODE_TRANSLATION , EINVAL }
402402
/* 1168 */ , { ERROR_NOT_FOUND , ENOENT }
403+
/* 1224 */ , { ERROR_USER_MAPPED_FILE , EACCES }
403404
/* 1816 */ , { ERROR_NOT_ENOUGH_QUOTA , ENOMEM }
404405
, { ERROR_ABANDONED_WAIT_0 , EIO }
405406
};

0 commit comments

Comments
 (0)