mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Kill debug print out.
svn path=/trunk/; revision=16518
This commit is contained in:
parent
7022204505
commit
ff7e7c8ae6
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ NtUserCallHwndLock(
|
|||
case HWNDLOCK_ROUTINE_DRAWMENUBAR:
|
||||
{
|
||||
PMENU_OBJECT MenuObject;
|
||||
DPRINT1("HWNDLOCK_ROUTINE_DRAWMENUBAR\n");
|
||||
DPRINT("HWNDLOCK_ROUTINE_DRAWMENUBAR\n");
|
||||
Ret = FALSE;
|
||||
if (!((Window->Style & (WS_CHILD | WS_POPUP)) != WS_CHILD)) break;
|
||||
MenuObject = IntGetMenuObject((HMENU) Window->IDMenu);
|
||||
|
|
Loading…
Reference in a new issue