Commit daf3c95d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shlwapi/tests: Make test_SHCreateStreamOnFileEx_CopyTo() static.

parent 836b682e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment