ole32/tests: Make sure to use a return value (LLVM/Clang).
This commit is contained in:
parent
c4b1523b90
commit
671b9a43e7
|
@ -421,6 +421,8 @@ static void test_copyto(void)
|
|||
static const LARGE_INTEGER llZero;
|
||||
char buffer[15];
|
||||
|
||||
ok_ole_success(hr, "CreateStreamOnHGlobal");
|
||||
|
||||
expected_method_list = methods_copyto;
|
||||
|
||||
hr = IStream_Write(pStream, szHello, sizeof(szHello), &written);
|
||||
|
|
Loading…
Reference in New Issue