mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:52:57 +00:00
- Remove forgotten DbgPrint.
svn path=/trunk/; revision=9066
This commit is contained in:
parent
cef28e1bf5
commit
565d0c19a4
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: message.c,v 1.37 2004/04/09 20:03:15 navaraf Exp $
|
/* $Id: message.c,v 1.38 2004/04/10 00:54:35 navaraf Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS user32.dll
|
* PROJECT: ReactOS user32.dll
|
||||||
|
@ -477,7 +477,6 @@ CallWindowProcA(WNDPROC lpPrevWndFunc,
|
||||||
BOOL IsHandle;
|
BOOL IsHandle;
|
||||||
WndProcHandle wphData;
|
WndProcHandle wphData;
|
||||||
|
|
||||||
DbgPrint("CallWindowProcA(%p,%x,%x,%x,%x)\n",lpPrevWndFunc,hWnd,Msg,wParam,lParam);
|
|
||||||
if (lpPrevWndFunc == NULL)
|
if (lpPrevWndFunc == NULL)
|
||||||
lpPrevWndFunc = (WNDPROC)NtUserGetWindowLong(hWnd, GWL_WNDPROC, FALSE);
|
lpPrevWndFunc = (WNDPROC)NtUserGetWindowLong(hWnd, GWL_WNDPROC, FALSE);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue