Peter Beutner 72017cc9ab msvcrt: Correctly set EOF flag in fread().
Setting the EOF flag only if _read() returns zero is not enough as we
could also read something AND hit the end of file.
_read() already sets another internal EOF flag, so just use this too.
Removing todo_wine from the test case.
2006-02-17 17:38:03 +01:00
..
2006-02-06 13:13:28 +01:00
2006-02-06 13:13:28 +01:00
2005-02-10 19:19:35 +00:00
2006-01-23 19:29:36 +01:00