j
k
j a
j l
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.
Back to the thread
Back to the list