Commit b5d86403 authored by Alexandre Julliard's avatar Alexandre Julliard

msvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION.

parent 60d38967
......@@ -140,6 +140,7 @@ void msvcrt_set_errno(int err)
ERR_CASE(ERROR_DRIVE_LOCKED)
ERR_CASE(ERROR_NOT_LOCKED)
ERR_CASE(ERROR_INVALID_ACCESS)
ERR_CASE(ERROR_SHARING_VIOLATION)
ERR_MAPS(ERROR_LOCK_VIOLATION, MSVCRT_EACCES);
ERR_CASE(ERROR_FILE_NOT_FOUND)
ERR_CASE(ERROR_NO_MORE_FILES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment