Kaydet (Commit) 8803b1fa authored tarafından Julien Nabet's avatar Julien Nabet

Return the real result of the test

Change-Id: I05d4b62a32a44a7d174d7fa19f7814d45dab22b2
üst 5e037cef
......@@ -60,14 +60,14 @@ STDMETHODIMP CSimple::get__implementedInterfaces(LPSAFEARRAY *pVal)
hr= SafeArrayPutElement( pArr, & index, name1);
index++;
hr= SafeArrayPutElement( pArr, &index, name2);
hr|= SafeArrayPutElement( pArr, &index, name2);
index++;
hr= SafeArrayPutElement( pArr, &index, name3);
hr|= SafeArrayPutElement( pArr, &index, name3);
*pVal= pArr;
}
*pVal= pArr;
return S_OK;
return hr;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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