shell32/tests: Make test_ShellItemGetAttributes() static.

Francois Gouget fgouget at free.fr
Wed Mar 16 02:32:56 CDT 2011


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




More information about the wine-patches mailing list