Re: msxml3/tests: VT_EMPTY is not a string (resend 2)
23 Jun
2008
23 Jun
'08
5:53 a.m.
Dan Kegel wrote:
This time using NULL instead of (void *) 0.
Hi Dan, - ok(lstrlenW(V_BSTR(&vValue)) == 0, "Expected empty value\n"); + ok(V_BSTR(&vValue) == (void *)0, "Expected null value\n"); Still using (void *)0 though. -- Cheers, Paul.
6382
Age (days ago)
6382
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Vriens