Commit 81c4b91c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

user32/tests: Remove an unneeded cast.

parent 4ea5dbfa
......@@ -648,7 +648,7 @@ static void test_ddeml_client(void)
lstrcpyA(str, "[Command(Var)]");
hdata = DdeCreateDataHandle(client_pid, (LPBYTE)str, lstrlenA(str) + 1,
0, (HSZ)NULL, CF_TEXT, 0);
0, NULL, CF_TEXT, 0);
ok(hdata != NULL, "Expected non-NULL hdata\n");
/* XTYP_EXECUTE, correct params */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment