On 02/22/2010 11:16 PM, Piotr Caban wrote:
- hres = ITypeInfo_GetRefTypeInfo(interface1, 16,&ti);
- ok(hres == E_FAIL, "got %08x\n", hres);
Hi Piotr,
This one crashes on NT4 with just SP6a and W2K with just SP4 (tested Win98 just now and it crashes as well).
Should we just "if (0)" this one?
(Winetestbot would have shown btw).
Hi,
On 02/23/10 19:38, Paul Vriens wrote:
This one crashes on NT4 with just SP6a and W2K with just SP4 (tested Win98 just now and it crashes as well).
Should we just "if (0)" this one?
I'll remove this test. I was testing the function with incorrect parameter, probably it's not validated on some (all?) systems.
Thanks, Piotr