On 12/09/2009 05:43 PM, Vincent Povirk wrote:
On Wed, Dec 9, 2009 at 8:26 AM, Paul Vrienspaul.vriens.wine@gmail.com wrote:
These tests currently crash on Win9x/WinME due . I rewrote that test to just use A-functions but there are loads of lstrcmpW tests that of course always fail on Win9x (not implemented).
I always forget about that. Sorry. Should I write a patch, or do you have it covered?
I can do it, no problem. That gives you time to implement stuff ;)
Do you think it's worthwhile changing these tests to cope with Win9x/WinMe?
Um, I dunno. I guess it'd be preferable.
OK. I'll copy a strcmp_wa() function from somewhere to replace the lstrcmpW's and change some functions to the A-equivalent.