[MSVFW32] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72295
This commit is contained in:
Amine Khaldi 2016-08-18 10:25:37 +00:00
parent b3323a21c5
commit 5613aa4e45
2 changed files with 2 additions and 2 deletions

View file

@ -795,7 +795,7 @@ HIC VFWAPI ICGetDisplayFormat(
if (ICSendMessage(tmphic, ICM_DECOMPRESS_GET_FORMAT, (DWORD_PTR)lpbiIn, (DWORD_PTR)lpbiOut))
goto errout;
if (lpbiOut->biCompression != 0) {
if (lpbiOut->biCompression != 0) {
FIXME("Ooch, how come decompressor outputs compressed data (%d)??\n",
lpbiOut->biCompression);
}

View file

@ -127,7 +127,7 @@ reactos/dll/win32/mssip32 # Synced to WineStaging-1.9.11
reactos/dll/win32/mstask # Synced to WineStaging-1.9.11
reactos/dll/win32/msvcrt20 # Out of sync
reactos/dll/win32/msvcrt40 # Out of sync
reactos/dll/win32/msvfw32 # Synced to WineStaging-1.9.11
reactos/dll/win32/msvfw32 # Synced to WineStaging-1.9.16
reactos/dll/win32/msvidc32 # Synced to WineStaging-1.9.11
reactos/dll/win32/msxml # Synced to WineStaging-1.9.11
reactos/dll/win32/msxml2 # Synced to WineStaging-1.9.11