mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 15:22:21 +00:00
[NtUser]
- Need more information from callbacks. svn path=/trunk/; revision=72825
This commit is contained in:
parent
99b8a71b9d
commit
5cb2406405
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ co_IntCallWindowProc(WNDPROC Proc,
|
|||
&ResultLength);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
ERR("Error Callback to User space Status %lx\n",Status);
|
||||
ERR("Error Callback to User space Status %lx Message %d\n",Status,Message);
|
||||
UserEnterCo();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue