mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
Revert, thx Thomas, wasnt sure.
svn path=/trunk/; revision=20610
This commit is contained in:
parent
dd7144f68a
commit
e5a6d4cf78
1 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
extern PMENU_OBJECT FASTCALL
|
||||
PMENU_OBJECT FASTCALL
|
||||
IntGetSystemMenu(PWINDOW_OBJECT Window, BOOL bRevert, BOOL RetMenu);
|
||||
|
||||
|
||||
|
@ -1659,7 +1659,7 @@ NtUserGetMenuBarInfo(
|
|||
MENUBARINFO kmbi;
|
||||
DECLARE_RETURN(BOOL);
|
||||
|
||||
DPRINT("Enter NtUserGetMenuBarInfo\n");
|
||||
DPRINT1("Enter NtUserGetMenuBarInfo\n");
|
||||
UserEnterShared();
|
||||
|
||||
if (!(WindowObject = UserGetWindowObject(hwnd)))
|
||||
|
@ -1849,7 +1849,7 @@ NtUserGetMenuBarInfo(
|
|||
RETURN(Res);
|
||||
|
||||
CLEANUP:
|
||||
DPRINT("Leave NtUserGetMenuBarInfo, ret=%i\n",_ret_);
|
||||
DPRINT1("Leave NtUserGetMenuBarInfo, ret=%i\n",_ret_);
|
||||
UserLeave();
|
||||
END_CLEANUP;
|
||||
}
|
||||
|
@ -1887,7 +1887,7 @@ NtUserGetMenuItemRect(
|
|||
PMENU_ITEM MenuItem;
|
||||
DECLARE_RETURN(BOOL);
|
||||
|
||||
DPRINT("Enter NtUserGetMenuItemRect\n");
|
||||
DPRINT1("Enter NtUserGetMenuItemRect\n");
|
||||
UserEnterShared();
|
||||
|
||||
if (!(Menu = UserGetMenuObject(hMenu)))
|
||||
|
@ -1923,7 +1923,7 @@ NtUserGetMenuItemRect(
|
|||
RETURN( TRUE);
|
||||
|
||||
CLEANUP:
|
||||
DPRINT("Leave NtUserGetMenuItemRect, ret=%i\n",_ret_);
|
||||
DPRINT1("Leave NtUserGetMenuItemRect, ret=%i\n",_ret_);
|
||||
UserLeave();
|
||||
END_CLEANUP;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue