mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Silence crt's "wtf".
svn path=/trunk/; revision=34897
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user