mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user