mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[QUARTZ] Sync with Wine Staging 2.9. CORE-13362
1f765fb quartz: Remove an unnecessary if. svn path=/trunk/; revision=74782
This commit is contained in:
parent
53c317d86d
commit
3e73825c04
2 changed files with 2 additions and 3 deletions
|
@ -1520,8 +1520,7 @@ static HRESULT WINAPI FilterGraph2_RenderFile(IFilterGraph2 *iface, LPCWSTR lpcw
|
|||
if (FAILED(hr))
|
||||
return hr;
|
||||
|
||||
if (SUCCEEDED(hr))
|
||||
hr = IBaseFilter_EnumPins(preader, &penumpins);
|
||||
hr = IBaseFilter_EnumPins(preader, &penumpins);
|
||||
if (SUCCEEDED(hr))
|
||||
{
|
||||
while (IEnumPins_Next(penumpins, 1, &ppinreader, NULL) == S_OK)
|
||||
|
|
|
@ -39,7 +39,7 @@ reactos/dll/directx/wine/dsound # Synced to Wine-1.3.29
|
|||
reactos/dll/directx/wine/dxdiagn # Synced to WineStaging-1.9.23
|
||||
reactos/dll/directx/wine/msdmo # Synced to WineStaging-1.9.23
|
||||
reactos/dll/directx/wine/qedit # Synced to WineStaging-1.9.23
|
||||
reactos/dll/directx/wine/quartz # Synced to WineStaging-2.2
|
||||
reactos/dll/directx/wine/quartz # Synced to WineStaging-2.9
|
||||
reactos/dll/directx/wine/wined3d # Synced to WineStaging-1.9.4
|
||||
|
||||
reactos/dll/win32/activeds # Synced to WineStaging-1.9.11
|
||||
|
|
Loading…
Reference in a new issue