Commit 79e85098 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32: Make extracticon_create() static.

parent e6033018
......@@ -529,7 +529,7 @@ static const IPersistFileVtbl pfvt =
(void *) 0xdeadbeef /* IEIPersistFile_fnGetCurFile */
};
IExtractIconWImpl *extracticon_create(LPCITEMIDLIST pidl)
static IExtractIconWImpl *extracticon_create(LPCITEMIDLIST pidl)
{
IExtractIconWImpl *ei;
......
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