shlwapi/tests: Make test_SHCreateStreamOnFileEx_CopyTo() static.

Francois Gouget fgouget at free.fr
Fri Nov 8 12:41:17 CST 2013


---
 dlls/shlwapi/tests/istream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shlwapi/tests/istream.c b/dlls/shlwapi/tests/istream.c
index 9ea3def..4421a78 100644
--- a/dlls/shlwapi/tests/istream.c
+++ b/dlls/shlwapi/tests/istream.c
@@ -655,7 +655,7 @@ static void test_SHCreateStreamOnFileEx(DWORD mode, DWORD stgm)
 }
 
 
-void test_SHCreateStreamOnFileEx_CopyTo(void)
+static void test_SHCreateStreamOnFileEx_CopyTo(void)
 {
     HRESULT ret;
     IStream *src, *dst;
-- 
1.8.4.rc3



More information about the wine-patches mailing list