shell32: Remove WINAPI on static functions where not needed.

Francois Gouget fgouget at codeweavers.com
Wed Feb 25 08:49:02 CST 2009


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

diff --git a/dlls/shell32/shellitem.c b/dlls/shell32/shellitem.c
index d65513d..b995534 100644
--- a/dlls/shell32/shellitem.c
+++ b/dlls/shell32/shellitem.c
@@ -164,7 +164,7 @@ static const IShellItemVtbl ShellItem_Vtbl = {
 };
 
 
-static HRESULT WINAPI ShellItem_GetClassID(ShellItem* This, CLSID *pClassID)
+static HRESULT ShellItem_GetClassID(ShellItem* This, CLSID *pClassID)
 {
     TRACE("(%p,%p)\n", This, pClassID);
 
-- 
1.5.6.5



More information about the wine-patches mailing list