mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[MSRLE_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70889
This commit is contained in:
parent
9637fe24af
commit
e262b6027a
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ static void test_raw_decompress(void)
|
|||
hic = ICLocate(FCC('V', 'I', 'D', 'C'), codecs[i], bih, NULL, ICMODE_DECOMPRESS);
|
||||
ok(hic != NULL, "Test[%d]: Expected non-NULL return\n", i);
|
||||
|
||||
/* Now wich is this codec? Windows returns MRLE for uncompressed cases */
|
||||
/* Now which is this codec? Windows returns MRLE for uncompressed cases */
|
||||
memset(&codec_info, 0, sizeof(codec_info));
|
||||
hr = ICGetInfo(hic, &codec_info, sizeof(codec_info));
|
||||
ok(hr == sizeof(codec_info), "Test[%d]: Incorrect amount of data returned\n", i);
|
||||
|
|
Loading…
Reference in a new issue