mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 14:39:46 +00:00
- IntCallWindowsProc(): DPRINT1 -> DPRINT, it seems it's allright if it's called with WndProc == NULL.
svn path=/trunk/; revision=27392
This commit is contained in:
parent
6fccf28376
commit
1070114e85
1 changed files with 1 additions and 1 deletions
|
@ -1185,7 +1185,7 @@ IntCallWindowProcA(BOOL IsAnsiProc,
|
|||
|
||||
if (WndProc == NULL)
|
||||
{
|
||||
DPRINT1("IntCallWindowsProcA() called with WndProc = NULL!\n");
|
||||
DPRINT("IntCallWindowsProcA() called with WndProc = NULL!\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue