shell32: Remove WINAPI on static functions where not needed.

This commit is contained in:
Francois Gouget 2009-02-25 15:49:02 +01:00 committed by Alexandre Julliard
parent 65c6ca5947
commit 6aa216fb57
1 changed files with 1 additions and 1 deletions

View File

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