On Wed, Sep 3, 2008 at 2:54 AM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Hi,
CreateFileW is not implemented on win98. This fixes the 2 remaining test failures for win98.
(This is a replacement for the patch James sent).
Changelog Use CreateFileA to please win98
Just a nitpick:
+ static const CHAR testXmlA[] = "test.xml";
You don't really need this variable. Same thing for the next patch.