user32/tests: Remove an unneeded cast.

This commit is contained in:
Francois Gouget 2007-10-06 16:44:20 +02:00 committed by Alexandre Julliard
parent 4ea5dbfa1c
commit 81c4b91cb2
1 changed files with 1 additions and 1 deletions

View File

@ -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 */