mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
- Fix condition when window is null while in event. See CORE-7635.
svn path=/trunk/; revision=61078
This commit is contained in:
@@ -260,7 +260,7 @@ IntNotifyWinEvent(
|
||||
ERR("Global Event 0x%x, idObject %d\n", Event, idObject);
|
||||
IntCallLowLevelEvent( pEH,
|
||||
Event,
|
||||
UserHMGetHandle(pWnd),
|
||||
pWnd ? UserHMGetHandle(pWnd) : NULL,
|
||||
idObject,
|
||||
idChild);
|
||||
}
|
||||
@@ -269,7 +269,7 @@ IntNotifyWinEvent(
|
||||
ERR("Local Event 0x%x, idObject %d\n", Event, idObject);
|
||||
co_IntCallEventProc( UserHMGetHandle(pEH),
|
||||
Event,
|
||||
UserHMGetHandle(pWnd),
|
||||
pWnd ? UserHMGetHandle(pWnd) : NULL,
|
||||
idObject,
|
||||
idChild,
|
||||
PtrToUint(NtCurrentTeb()->ClientId.UniqueThread),
|
||||
|
||||
Reference in New Issue
Block a user