mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
user32/tests: Use the correct lparam in the WM_DDE_ACK reply.
This commit is contained in:
parent
5b5054c10e
commit
9390bc921e
@ -211,7 +211,7 @@ static LRESULT WINAPI dde_server_wndproc(HWND hwnd, UINT msg, WPARAM wparam, LPA
|
||||
|
||||
executed = TRUE;
|
||||
|
||||
lparam = ReuseDDElParam(lparam, WM_DDE_EXECUTE, WM_DDE_ACK, DDE_FACK, HIWORD(lparam));
|
||||
lparam = ReuseDDElParam(lparam, WM_DDE_EXECUTE, WM_DDE_ACK, DDE_FACK, lparam);
|
||||
PostMessageA(client, WM_DDE_ACK, (WPARAM)hwnd, lparam);
|
||||
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user