27 Jul
2008
27 Jul
'08
3:37 p.m.
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