comctl32: Change return code comparison in AVI control.

This commit is contained in:
qingdoa daoo 2006-04-13 20:56:10 -07:00 committed by Alexandre Julliard
parent 640b7761eb
commit 5e18834217
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ static BOOL ANIMATE_GetAviCodec(ANIMATE_INFO *infoPtr)
return FALSE;
if (fnIC.fnICSendMessage(infoPtr->hic, ICM_DECOMPRESS_GET_FORMAT,
(DWORD_PTR)infoPtr->inbih, (DWORD_PTR)infoPtr->outbih) != outSize)
(DWORD_PTR)infoPtr->inbih, (DWORD_PTR)infoPtr->outbih) != ICERR_OK)
{
WARN("Can't get output BIH\n");
return FALSE;