mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
IntIsMenu() removed - use UserGetMenuObject() instead
svn path=/trunk/; revision=41749
This commit is contained in:
@@ -77,9 +77,6 @@ IntSetMenuContextHelpId(PMENU_OBJECT MenuObject, DWORD dwContextHelpId);
|
||||
BOOL FASTCALL
|
||||
IntGetMenuInfo(PMENU_OBJECT MenuObject, PROSMENUINFO lpmi);
|
||||
|
||||
BOOL FASTCALL
|
||||
IntIsMenu(HMENU hMenu);
|
||||
|
||||
BOOL FASTCALL
|
||||
IntSetMenuInfo(PMENU_OBJECT MenuObject, PROSMENUINFO lpmi);
|
||||
|
||||
|
||||
@@ -502,20 +502,6 @@ IntGetMenuInfo(PMENU_OBJECT Menu, PROSMENUINFO lpmi)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
BOOL FASTCALL
|
||||
IntIsMenu(HMENU hMenu)
|
||||
{
|
||||
PMENU_OBJECT Menu;
|
||||
|
||||
if((Menu = UserGetMenuObject(hMenu)))
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
BOOL FASTCALL
|
||||
IntSetMenuInfo(PMENU_OBJECT Menu, PROSMENUINFO lpmi)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user