mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
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
Block a user