mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
shell32: Make extracticon_create() static.
This commit is contained in:
parent
e603301862
commit
79e85098d0
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user