mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
- Fix penitential crash.
svn path=/trunk/; revision=62703
This commit is contained in:
parent
7fd362dacc
commit
fe7aa873be
1 changed files with 2 additions and 2 deletions
|
@ -753,9 +753,9 @@ co_IntCallHookProc(INT HookId,
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case HCBT_MOVESIZE:
|
case HCBT_MOVESIZE:
|
||||||
if (Common->lParam && lParam)
|
if (Extra && lParam)
|
||||||
{
|
{
|
||||||
RtlCopyMemory((PVOID) lParam, (PVOID) Common->lParam, sizeof(RECTL));
|
RtlCopyMemory((PVOID) lParam, Extra, sizeof(RECTL));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue