user32: Set client_pid to zero before initializing dde.
This commit is contained in:
parent
9a9de4d65b
commit
c26a745444
|
@ -507,6 +507,7 @@ static void test_ddeml_client(void)
|
|||
DWORD client_pid;
|
||||
HCONV conversation;
|
||||
|
||||
client_pid = 0;
|
||||
ret = DdeInitializeA(&client_pid, client_ddeml_callback, APPCMD_CLIENTONLY, 0);
|
||||
ok(ret == DMLERR_NO_ERROR, "Expected DMLERR_NO_ERROR, got %d\n", ret);
|
||||
|
||||
|
|
Loading…
Reference in New Issue