Module: wine Branch: master Commit: 79e85098d04f67ee4f779615a6337af2f03f9fac URL: http://source.winehq.org/git/wine.git/?a=commit;h=79e85098d04f67ee4f779615a6...
Author: Francois Gouget fgouget@free.fr Date: Sun Feb 19 23:32:11 2012 +0100
shell32: Make extracticon_create() static.
---
dlls/shell32/folders.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/folders.c b/dlls/shell32/folders.c index b57fcf4..d077925 100644 --- a/dlls/shell32/folders.c +++ b/dlls/shell32/folders.c @@ -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;