mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
ModifyMenuA/W, I guess it is done. Remove UNIMPLEMENTED.
svn path=/trunk/; revision=20143
This commit is contained in:
@@ -4334,8 +4334,6 @@ ModifyMenuA(
|
||||
mii.fType = 0;
|
||||
mii.fState = MFS_ENABLED;
|
||||
|
||||
UNIMPLEMENTED;
|
||||
|
||||
if(!GetMenuItemInfoA( hMnu,
|
||||
uPosition,
|
||||
(BOOL)(MF_BYPOSITION & uFlags),
|
||||
@@ -4431,8 +4429,6 @@ ModifyMenuW(
|
||||
mii.fMask = MIIM_FTYPE | MIIM_STRING | MIIM_STATE;
|
||||
mii.fState = MFS_ENABLED;
|
||||
|
||||
UNIMPLEMENTED;
|
||||
|
||||
if(!NtUserMenuItemInfo( hMnu,
|
||||
uPosition,
|
||||
(BOOL)(MF_BYPOSITION & uFlags),
|
||||
|
||||
Reference in New Issue
Block a user