crypt32/tests: Fix test on win9x (CreateFileW not implemented)

Detlef Riekenberg wine.dev at web.de
Sun Jul 27 16:01:02 CDT 2008


CreateFileW is not supported on win9x.
(returned NULL with ERROR_CALL_NOT_IMPLEMENTED)

In the tests are are >40 locations, that use CreateFileW,
but the failures is not detected:
 ok( file != INVALID_HANDLE_VALUE,...) 


crypt32/tests: Fix test on win9x (CreateFileW not implemented)


Same problem with DeleteFileW(): fail with ERROR_CALL_NOT_IMPLEMENTED
This time, the failures can be found in the log (sometimes):
"DeleteFileW failed with 120"




-- 
 
By by ... Detlef

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-crypt32-tests-Fix-test-on-win9x.txt
Type: application/mbox
Size: 0 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080727/e8533adc/attachment-0001.bin 


More information about the wine-patches mailing list