mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[AVIFIL32] Sync with Wine Staging 2.9. CORE-13362
78c49a4 avifil32: Use SetRectEmpty() instead of memset(). svn path=/trunk/; revision=74785
This commit is contained in:
parent
02b8adbe36
commit
cdafd8b213
2 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ static HRESULT WINAPI IAVIFile_fnCreateStream(IAVIFile *iface, IAVIStream **avis
|
|||
This->sInfo.dwStart = 0;
|
||||
This->sInfo.dwInitialFrames = 0;
|
||||
This->sInfo.dwFormatChangeCount = 0;
|
||||
memset(&This->sInfo.rcFrame, 0, sizeof(This->sInfo.rcFrame));
|
||||
SetRectEmpty(&This->sInfo.rcFrame);
|
||||
|
||||
This->fInfo.dwStreams = 1;
|
||||
This->fInfo.dwScale = This->sInfo.dwScale;
|
||||
|
|
|
@ -48,7 +48,7 @@ reactos/dll/win32/advpack # Synced to WineStaging-2.9
|
|||
reactos/dll/win32/atl # Synced to WineStaging-2.2
|
||||
reactos/dll/win32/atl80 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/atl100 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/avifil32 # Synced to WineStaging-2.2
|
||||
reactos/dll/win32/avifil32 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/bcrypt # Synced to WineStaging-1.9.23
|
||||
reactos/dll/win32/browseui # Out of sync
|
||||
reactos/dll/win32/cabinet # Synced to WineStaging-2.2
|
||||
|
|
Loading…
Reference in a new issue