mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[MSVIDC32] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
f04935d8f2
commit
9ab78df104
2 changed files with 3 additions and 3 deletions
|
@ -543,8 +543,8 @@ static LRESULT CRAM_GetInfo( const Msvideo1Context *info, ICINFO *icinfo, DWORD
|
||||||
icinfo->dwVersion = ICVERSION;
|
icinfo->dwVersion = ICVERSION;
|
||||||
icinfo->dwVersionICM = ICVERSION;
|
icinfo->dwVersionICM = ICVERSION;
|
||||||
|
|
||||||
LoadStringW(MSVIDC32_hModule, IDS_NAME, icinfo->szName, sizeof(icinfo->szName)/sizeof(WCHAR));
|
LoadStringW(MSVIDC32_hModule, IDS_NAME, icinfo->szName, ARRAY_SIZE(icinfo->szName));
|
||||||
LoadStringW(MSVIDC32_hModule, IDS_DESCRIPTION, icinfo->szDescription, sizeof(icinfo->szDescription)/sizeof(WCHAR));
|
LoadStringW(MSVIDC32_hModule, IDS_DESCRIPTION, icinfo->szDescription, ARRAY_SIZE(icinfo->szDescription));
|
||||||
/* msvfw32 will fill icinfo->szDriver for us */
|
/* msvfw32 will fill icinfo->szDriver for us */
|
||||||
|
|
||||||
return sizeof(ICINFO);
|
return sizeof(ICINFO);
|
||||||
|
|
|
@ -126,7 +126,7 @@ reactos/dll/win32/mstask # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/msvcrt20 # Out of sync
|
reactos/dll/win32/msvcrt20 # Out of sync
|
||||||
reactos/dll/win32/msvcrt40 # Out of sync
|
reactos/dll/win32/msvcrt40 # Out of sync
|
||||||
reactos/dll/win32/msvfw32 # Synced to WineStaging-4.0
|
reactos/dll/win32/msvfw32 # Synced to WineStaging-4.0
|
||||||
reactos/dll/win32/msvidc32 # Synced to WineStaging-3.3
|
reactos/dll/win32/msvidc32 # Synced to WineStaging-4.0
|
||||||
reactos/dll/win32/msxml # Synced to WineStaging-3.3
|
reactos/dll/win32/msxml # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/msxml2 # Synced to WineStaging-3.3
|
reactos/dll/win32/msxml2 # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/msxml3 # Synced to WineStaging-3.3
|
reactos/dll/win32/msxml3 # Synced to WineStaging-3.3
|
||||||
|
|
Loading…
Reference in a new issue