Re: oleaut32: [Patch 1/2] VarCat must use localized names for VT_BOOL

2009-04-17 Thread Paul Vriens
Detlef Riekenberg wrote: On Mi, 2009-04-15 at 13:37 +0200, Paul Vriens wrote: The lstrcpyW and lstrcatW additions to init() in the tests don't work on Win95. I guess that's where the new failures come from: I removed a broken(hres == VARCMP_GT), and that's what VarCmp on your w95 machine

Re: oleaut32: [Patch 1/2] VarCat must use localized names for VT_BOOL

2009-04-17 Thread Paul Vriens
Paul Vriens wrote: Detlef Riekenberg wrote: On Mi, 2009-04-15 at 13:37 +0200, Paul Vriens wrote: The lstrcpyW and lstrcatW additions to init() in the tests don't work on Win95. I guess that's where the new failures come from: I removed a broken(hres == VARCMP_GT), and that's what VarCmp

Re: oleaut32: [Patch 1/2] VarCat must use localized names for VT_BOOL

2009-04-16 Thread Detlef Riekenberg
On Mi, 2009-04-15 at 13:37 +0200, Paul Vriens wrote: The lstrcpyW and lstrcatW additions to init() in the tests don't work on Win95. I guess that's where the new failures come from: I removed a broken(hres == VARCMP_GT), and that's what VarCmp on your w95 machine returned. My second Patch

Re: oleaut32: [Patch 1/2] VarCat must use localized names for VT_BOOL

2009-04-15 Thread Paul Vriens
Detlef Riekenberg wrote: http://test.winehq.org/data/f212579ae9a1b770ebd34cec20f95e1977bb57f0/xp_dr-asus/oleaut32:vartest.html While reading the code for a test failure on all of my Windows installations, the current code was already strange: 5436 ok(hres == VARCMP_EQ || 5437