shell32: Make extracticon_create() static.

Francois Gouget fgouget at free.fr
Sun Feb 19 16:32:11 CST 2012


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




More information about the wine-patches mailing list