Commit 2508bb83 authored by Yuxuan Shui's avatar Yuxuan Shui Committed by Alexandre Julliard

user32: Make CallWindowProcA hotpatchable.

Needed for ntlea.
parent 74027f37
......@@ -860,7 +860,7 @@ BOOL WINAPI User32CallSendAsyncCallback( const struct send_async_params *params,
*
* ECMA-234, Win32
*/
LRESULT WINAPI CallWindowProcA( WNDPROC func, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam )
LRESULT WINAPI DECLSPEC_HOTPATCH CallWindowProcA( WNDPROC func, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam )
{
struct win_proc_params 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