shell32: Remove WINAPI on static functions where not needed.
This commit is contained in:
parent
65c6ca5947
commit
6aa216fb57
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue