mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
Removed DPRINT1, 8^D
svn path=/trunk/; revision=20611
This commit is contained in:
parent
e5a6d4cf78
commit
a56d746326
1 changed files with 4 additions and 4 deletions
|
@ -1659,7 +1659,7 @@ NtUserGetMenuBarInfo(
|
|||
MENUBARINFO kmbi;
|
||||
DECLARE_RETURN(BOOL);
|
||||
|
||||
DPRINT1("Enter NtUserGetMenuBarInfo\n");
|
||||
DPRINT("Enter NtUserGetMenuBarInfo\n");
|
||||
UserEnterShared();
|
||||
|
||||
if (!(WindowObject = UserGetWindowObject(hwnd)))
|
||||
|
@ -1849,7 +1849,7 @@ NtUserGetMenuBarInfo(
|
|||
RETURN(Res);
|
||||
|
||||
CLEANUP:
|
||||
DPRINT1("Leave NtUserGetMenuBarInfo, ret=%i\n",_ret_);
|
||||
DPRINT("Leave NtUserGetMenuBarInfo, ret=%i\n",_ret_);
|
||||
UserLeave();
|
||||
END_CLEANUP;
|
||||
}
|
||||
|
@ -1887,7 +1887,7 @@ NtUserGetMenuItemRect(
|
|||
PMENU_ITEM MenuItem;
|
||||
DECLARE_RETURN(BOOL);
|
||||
|
||||
DPRINT1("Enter NtUserGetMenuItemRect\n");
|
||||
DPRINT("Enter NtUserGetMenuItemRect\n");
|
||||
UserEnterShared();
|
||||
|
||||
if (!(Menu = UserGetMenuObject(hMenu)))
|
||||
|
@ -1923,7 +1923,7 @@ NtUserGetMenuItemRect(
|
|||
RETURN( TRUE);
|
||||
|
||||
CLEANUP:
|
||||
DPRINT1("Leave NtUserGetMenuItemRect, ret=%i\n",_ret_);
|
||||
DPRINT("Leave NtUserGetMenuItemRect, ret=%i\n",_ret_);
|
||||
UserLeave();
|
||||
END_CLEANUP;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue