- 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:
Aleksey Bragin 2007-07-04 17:20:06 +00:00
parent 6fccf28376
commit 1070114e85

View file

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