http://bugs.winehq.org/show_bug.cgi?id=35587
Riccardo c10ud.dev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #47595|0 |1 is obsolete| | Attachment #48156|0 |1 is obsolete| |
--- Comment #19 from Riccardo c10ud.dev@gmail.com --- Created attachment 48212 --> http://bugs.winehq.org/attachment.cgi?id=48212 Test case for overlapped IO
compiled with: gcc -o testio.exe testio.c --std=c99
usage: wine testio.exe bigfile or, in windows: testio.exe bigfile
Sample runs.
WINDOWS: Large read: 16 for 0 bytes Small reads: 14265 for 0 bytes
WINE (ubuntu 14.04 x64, wine 1.7.16): Large read: 14 for 11128460 bytes Small reads: 53487 for 11128460 bytes