shell32: Remove WINAPI on static functions where not needed.

This commit is contained in:
Francois Gouget 2011-08-05 09:56:34 +02:00 committed by Alexandre Julliard
parent 3b239dbc62
commit 319f3b7d6d
1 changed files with 1 additions and 1 deletions

View File

@ -1088,7 +1088,7 @@ static ULONG WINAPI CompositeCMenu_Release(IContextMenu3 *iface)
return 0; return 0;
} }
static UINT WINAPI CompositeCMenu_GetIndexForCommandId(CompositeCMenu *This,UINT id) static UINT CompositeCMenu_GetIndexForCommandId(CompositeCMenu *This,UINT id)
{ {
UINT low=0; UINT low=0;
UINT high=This->menu_count; UINT high=This->menu_count;