Francois Gouget : shell32: Make extracticon_create() static.

Alexandre Julliard julliard at winehq.org
Mon Feb 20 11:17:33 CST 2012


Module: wine
Branch: master
Commit: 79e85098d04f67ee4f779615a6337af2f03f9fac
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=79e85098d04f67ee4f779615a6337af2f03f9fac

Author: Francois Gouget <fgouget at 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;
 




More information about the wine-cvs mailing list