Handle EIO file error.

This commit is contained in:
Robert Shearman 2003-11-21 23:53:44 +00:00 committed by Alexandre Julliard
parent add18f77e9
commit 3842103c74
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ static DWORD FILE_GetNtStatus(void)
case EINVAL:
case ENOTEMPTY: nt = STATUS_DIRECTORY_NOT_EMPTY; break;
case EPIPE: nt = STATUS_PIPE_BROKEN; break;
case EIO: nt = STATUS_DISK_CORRUPT_ERROR; break;
case ENOEXEC: /* ?? */
case ESPIPE: /* ?? */
case EEXIST: /* ?? */