Francois Gouget : shell32: Remove WINAPI on static functions where not needed.

Alexandre Julliard julliard at winehq.org
Wed Feb 25 09:22:56 CST 2009


Module: wine
Branch: master
Commit: 6aa216fb57b5059db4ebd07d4471c8910997d3c4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6aa216fb57b5059db4ebd07d4471c8910997d3c4

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Feb 25 15:49:02 2009 +0100

shell32: Remove WINAPI on static functions where not needed.

---

 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);
 




More information about the wine-cvs mailing list