Francois Gouget fgouget@free.fr wrote:
Heer is the adjusted patch and corresponding log (still on Windows Millenium).
virtual.c:1744: Test failed: 0: CreateFileMapping should fail virtual.c:1745: Test failed: 0: expected ERROR_INVALID_PARAMETER, got 0
Thanks. Apparently CreateFileMapping never fails under Win9x, but Wine has a workaround only for protect == 0 at the moment, and there are not much complaints about that.
I'll add a workaround for the test with protect = 0 being running with emulated version set to win9x, hopefully that will be enough.
Thanks once again.