- turn off debugs.

svn path=/trunk/; revision=57249
This commit is contained in:
James Tabor
2012-09-07 05:50:11 +00:00
parent 082e2570bc
commit 17529f9e44
+2 -2
View File
@@ -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;
}