Module: wine Branch: master Commit: daf3c95d045509eee2019b9ce57102ae76861f9b URL: http://source.winehq.org/git/wine.git/?a=commit;h=daf3c95d045509eee2019b9ce5...
Author: Francois Gouget fgouget@free.fr Date: Fri Nov 8 19:41:17 2013 +0100
shlwapi/tests: Make test_SHCreateStreamOnFileEx_CopyTo() static.
---
dlls/shlwapi/tests/istream.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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;