shell32: Remove WINAPI on static functions where not needed.

Francois Gouget fgouget at codeweavers.com
Fri Aug 5 02:56:34 CDT 2011


---
 dlls/shell32/shlmenu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/shlmenu.c b/dlls/shell32/shlmenu.c
index eb68939..b37d526 100644
--- a/dlls/shell32/shlmenu.c
+++ b/dlls/shell32/shlmenu.c
@@ -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;
-- 
1.7.5.4




More information about the wine-patches mailing list