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