Commit e9592991 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

win32u: Use WMCHAR_MAP_SENDMESSAGE for NtUserSendMessage.

parent f6b05434
......@@ -2995,7 +2995,7 @@ static LRESULT send_window_message( HWND hwnd, UINT msg, WPARAM wparam, LPARAM l
info.lparam = lparam;
info.flags = SMTO_NORMAL;
info.timeout = 0;
info.wm_char = WMCHAR_MAP_SENDMESSAGETIMEOUT;
info.wm_char = WMCHAR_MAP_SENDMESSAGE;
info.params = client_params;
process_message( &info, &res, ansi );
......
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