crypt32: Add test showing only file header is checked for cabinet files

Detlef Riekenberg wine.dev at web.de
Sun Jul 27 15:37:32 CDT 2008


On Fr, 2008-07-25 at 11:28 -0700, Juan Lang wrote:
> +    /* Create a file with just the .cab header 'MSCF' */
> +    file = CreateFileW(

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

I have a Patch ready for the other use of CreateFileW
in dlls/crypt32/tests/sip.c



-- 
 
By by ... Detlef





More information about the wine-devel mailing list