mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 19:14:03 +00:00
- Silence crt's "wtf".
svn path=/trunk/; revision=34897
This commit is contained in:
parent
36dab01cab
commit
966a7b788f
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ static HANDLE fdtoh(int fd)
|
|||
*_errno() = EBADF;
|
||||
return INVALID_HANDLE_VALUE;
|
||||
}
|
||||
if (fdesc[fd].handle == INVALID_HANDLE_VALUE) FIXME("wtf\n");
|
||||
//if (fdesc[fd].handle == INVALID_HANDLE_VALUE) FIXME("wtf\n");
|
||||
return fdesc[fd].handle;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue