mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[win32k]
- attempt to fix build svn path=/trunk/; revision=53493
This commit is contained in:
parent
a7c3cdcc02
commit
4ce3a2325c
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ co_IntCallWindowProc(WNDPROC Proc,
|
|||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
ERR_CH(UserMsgCall,"Failed to copy result from user mode!\n");
|
||||
ERR("Failed to copy result from user mode!\n");
|
||||
Status = _SEH2_GetExceptionCode();
|
||||
}
|
||||
_SEH2_END;
|
||||
|
@ -229,7 +229,7 @@ co_IntCallWindowProc(WNDPROC Proc,
|
|||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
ERR_CH(UserMsgCall,"Call to user mode failed!\n");
|
||||
ERR("Call to user mode failed!\n");
|
||||
if (0 < lParamBufferSize)
|
||||
{
|
||||
IntCbFreeMemory(Arguments);
|
||||
|
|
Loading…
Reference in a new issue