Francois Gouget : shell32/tests: Make test_ShellItemGetAttributes() static.

Alexandre Julliard julliard at winehq.org
Wed Mar 16 12:22:39 CDT 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Mar 16 08:32:56 2011 +0100

shell32/tests: Make test_ShellItemGetAttributes() static.

---

 dlls/shell32/tests/shlfolder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/tests/shlfolder.c b/dlls/shell32/tests/shlfolder.c
index 3d9c959..cc68280 100644
--- a/dlls/shell32/tests/shlfolder.c
+++ b/dlls/shell32/tests/shlfolder.c
@@ -3673,7 +3673,7 @@ static void test_ShellItemBindToHandler(void)
     pILFree(pidl_desktop);
 }
 
-void test_ShellItemGetAttributes(void)
+static void test_ShellItemGetAttributes(void)
 {
     IShellItem *psi;
     LPITEMIDLIST pidl_desktop;




More information about the wine-cvs mailing list