Skip to content

Commit 1135dee

Browse files
author
Yuxuan Shui
committed
user32: Make CallWindowProcA hotpatchable.
Needed for ntlea. (upstream commit 2508bb8) CW-Bug-Id: #22660
1 parent 7f7f1f7 commit 1135dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlls/user32/winproc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ BOOL WINAPI User32CallSendAsyncCallback( const struct send_async_params *params,
12511251
*
12521252
* ECMA-234, Win32
12531253
*/
1254-
LRESULT WINAPI CallWindowProcA( WNDPROC func, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam )
1254+
LRESULT WINAPI DECLSPEC_HOTPATCH CallWindowProcA( WNDPROC func, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam )
12551255
{
12561256
struct win_proc_params params;
12571257
LRESULT result;

0 commit comments

Comments
 (0)