[quartz/tests] Use CreateFileA instead of CreateFileW to please win9x

Paul Vriens paul.vriens.wine at gmail.com
Thu Aug 28 02:00:08 CDT 2008


Hi,

CreateFileW is not implemented on win9x and returns 0 (not 
INVALID_HANDLE_VALUE). This means some tests where done although the file is not 
opened. Using CreateFileA reduces the number of failures to 5.

Changelog
    Use CreateFileA instead of CreateFileW to please win9x

-- 
Cheers,

Paul.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-Use-CreateFileA-instead-of-CreateFileW-to-please-win.patch
Type: text/x-patch
Size: 1042 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080828/2a6a0200/attachment.bin 


More information about the wine-patches mailing list