mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- turn off debugs.
svn path=/trunk/; revision=57249
This commit is contained in:
@@ -2227,9 +2227,9 @@ NtUserMessageCall( HWND hWnd,
|
||||
Window = UserGetWindowObject(hWnd);
|
||||
if (Window)
|
||||
{
|
||||
ERR("FNID_DESKTOP IN\n");
|
||||
//ERR("FNID_DESKTOP IN\n");
|
||||
Ret = DesktopWindowProc(Window, Msg, wParam, lParam, &lResult);
|
||||
ERR("FNID_DESKTOP OUT\n");
|
||||
//ERR("FNID_DESKTOP OUT\n");
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user