shell32: Remove WINAPI on static functions where not needed.
This commit is contained in:
parent
3b239dbc62
commit
319f3b7d6d
|
@ -1088,7 +1088,7 @@ static ULONG WINAPI CompositeCMenu_Release(IContextMenu3 *iface)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static UINT WINAPI CompositeCMenu_GetIndexForCommandId(CompositeCMenu *This,UINT id)
|
||||
static UINT CompositeCMenu_GetIndexForCommandId(CompositeCMenu *This,UINT id)
|
||||
{
|
||||
UINT low=0;
|
||||
UINT high=This->menu_count;
|
||||
|
|
Loading…
Reference in New Issue