win32u: Use WMCHAR_MAP_SENDMESSAGE for NtUserSendMessage.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52877
This commit is contained in:
Sven Baars 2022-12-05 10:24:54 +01:00 committed by Alexandre Julliard
parent f6b054344c
commit e959299182

View file

@ -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 );