[ros-diffs] [fireball] 27392: - IntCallWindowsProc(): DPRINT1 -> DPRINT, it seems it's allright if it's called with WndProc == NULL.
fireball at svn.reactos.org
fireball at svn.reactos.org
Wed Jul 4 19:20:07 CEST 2007
Author: fireball
Date: Wed Jul 4 21:20:06 2007
New Revision: 27392
URL: http://svn.reactos.org/svn/reactos?rev=27392&view=rev
Log:
- IntCallWindowsProc(): DPRINT1 -> DPRINT, it seems it's allright if it's called with WndProc == NULL.
Modified:
trunk/reactos/dll/win32/user32/windows/message.c
Modified: trunk/reactos/dll/win32/user32/windows/message.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/message.c?rev=27392&r1=27391&r2=27392&view=diff
==============================================================================
--- trunk/reactos/dll/win32/user32/windows/message.c (original)
+++ trunk/reactos/dll/win32/user32/windows/message.c Wed Jul 4 21:20:06 2007
@@ -1185,7 +1185,7 @@
if (WndProc == NULL)
{
- DPRINT1("IntCallWindowsProcA() called with WndProc = NULL!\n");
+ DPRINT("IntCallWindowsProcA() called with WndProc = NULL!\n");
return FALSE;
}
More information about the Ros-diffs
mailing list