kernel32: Loosen requirements on what QueryDosDevice returns.

Hans Leidekker hans at it.vu.nl
Sun Nov 11 09:05:09 CST 2007


I believe this test was added to show a requirement by recent MS installers
but it ended up being stricter than those. The test requires every device name
found to contain at least one of several different substrings, whereas the
installers require either HARDDISK or RAMDISK be present in only one device
name.

The test fails on some Vista installations where the device name can be
\DEVICE\RAMDRIV and succeeds within todo_wine on Wine installations where
d: is mapped to /media/cdrom0, for example.

 -Hans

Changelog
 Loosen requirements on what QueryDosDevice returns.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kernel32_tests_volume_01.diff
Type: text/x-diff
Size: 1562 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071111/d899bf38/attachment.diff 


More information about the wine-patches mailing list