shlwapi/tests: Make test_SHCreateStreamOnFileEx_CopyTo() static.
This commit is contained in:
parent
836b682ed3
commit
daf3c95d04
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue