msxml3/tests: VT_EMPTY is not a string (resend 2)

Paul Vriens paul.vriens.wine at gmail.com
Mon Jun 23 00:53:08 CDT 2008


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.



More information about the wine-devel mailing list