mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 12:24:48 +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)
|
if (WndProc == NULL)
|
||||||
{
|
{
|
||||||
DPRINT1("IntCallWindowsProcA() called with WndProc = NULL!\n");
|
DPRINT("IntCallWindowsProcA() called with WndProc = NULL!\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue