shell32: Make extracticon_create() static.

This commit is contained in:
Francois Gouget 2012-02-19 23:32:11 +01:00 committed by Alexandre Julliard
parent e603301862
commit 79e85098d0

View file

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