mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Removed DPRINT1, 8^D
svn path=/trunk/; revision=20611
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user