http://bugs.winehq.org/show_bug.cgi?id=28982
--- Comment #8 from Jari Vetoniemi mailRoxas@gmail.com 2011-11-12 14:06:26 CST --- With the patch, the ifdeffed: ok(mmio.lBufOffset == 0, "expected 0, got %d\n", mmio.lBufOffset); ok(mmio.lDiskOffset == 0, "expected 0, got %d\n", mmio.lDiskOffset);
Seems to pass correctly, however it does not affect the SEEK_CUR tests. There should be new test case written for direct mmioread for unbuffered file, however there are currently no mmioread tests there.