- attempt to fix build

svn path=/trunk/; revision=53493
This commit is contained in:
Giannis Adamopoulos 2011-08-29 17:49:01 +00:00
parent a7c3cdcc02
commit 4ce3a2325c

View file

@ -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);