mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Fix typo.
svn path=/trunk/; revision=34767
This commit is contained in:
@@ -1448,7 +1448,7 @@ co_IntSendMessageTimeoutSingle(HWND hWnd,
|
||||
*uResult = Result;
|
||||
}
|
||||
|
||||
if ((!SameThread && (Window->ti->Hooks & HOOKID_TO_FLAG(WH_CALLWNDPROC))) ||
|
||||
if ((!SameThread && (Window->ti->Hooks & HOOKID_TO_FLAG(WH_CALLWNDPROCRET))) ||
|
||||
(SameThread && ISITHOOKED(WH_CALLWNDPROCRET)) )
|
||||
{
|
||||
CWPRETSTRUCT CWPR;
|
||||
|
||||
Reference in New Issue
Block a user