mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[USER32]
- Fix a TRACE. Spotted by Victor Martinez svn path=/trunk/; revision=54341
This commit is contained in:
@@ -1512,7 +1512,7 @@ IntCallMessageProc(IN PWND Wnd, IN HWND hWnd, IN UINT Msg, IN WPARAM wParam, IN
|
||||
This is the message exchange for user32. If there's a need to monitor messages,
|
||||
do it here!
|
||||
*/
|
||||
TRACE("HWND 0x%x, MSG %d, WPARAM 0x%x, LPARAM 0x%x, Ansi &d\n",hWnd,Msg,wParam,lParam,Ansi);
|
||||
TRACE("HWND %p, MSG %u, WPARAM %p, LPARAM %p, Ansi %d\n", hWnd, Msg, wParam, lParam, Ansi);
|
||||
// if (Class->fnid <= FNID_GHOST && Class->fnid >= FNID_BUTTON )
|
||||
if (Class->fnid <= FNID_GHOST && Class->fnid >= FNID_FIRST )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user