mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[AVIFIL32] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68425
This commit is contained in:
parent
b78f55ed3e
commit
cf784b770c
3 changed files with 3 additions and 3 deletions
|
@ -127,7 +127,7 @@ static HRESULT WINAPI ACMStream_fnQueryInterface(IAVIStream *iface,
|
|||
|
||||
if (IsEqualGUID(&IID_IUnknown, refiid) ||
|
||||
IsEqualGUID(&IID_IAVIStream, refiid)) {
|
||||
*obj = This;
|
||||
*obj = &This->IAVIStream_iface;
|
||||
IAVIStream_AddRef(iface);
|
||||
|
||||
return S_OK;
|
||||
|
|
|
@ -82,7 +82,7 @@ static HRESULT WINAPI ICMStream_fnQueryInterface(IAVIStream *iface,
|
|||
|
||||
if (IsEqualGUID(&IID_IUnknown, refiid) ||
|
||||
IsEqualGUID(&IID_IAVIStream, refiid)) {
|
||||
*obj = This;
|
||||
*obj = &This->IAVIStream_iface;
|
||||
IAVIStream_AddRef(iface);
|
||||
|
||||
return S_OK;
|
||||
|
|
|
@ -49,7 +49,7 @@ reactos/dll/win32/advpack # Synced to WineStaging-1.7.37
|
|||
reactos/dll/win32/atl # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/atl80 # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/atl100 # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/avifil32 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/avifil32 # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/bcrypt # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/browseui # Out of sync
|
||||
reactos/dll/win32/cabinet # Synced to WineStaging-1.7.37
|
||||
|
|
Loading…
Reference in a new issue