Commit 6aa216fb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32: Remove WINAPI on static functions where not needed.

parent 65c6ca59
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment