commit | 5e18834217e07bf321d46fe0152f18cf4be0e7f3 | [log] [tgz] |
---|---|---|
author | qingdoa daoo <qingdao33122@yahoo.com> | Thu Apr 13 20:56:10 2006 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Apr 14 19:35:57 2006 +0200 |
tree | e59a26ab48d3305c9c28a3bba10ab82b0834063d | |
parent | 640b7761eb874b2cbda2e67e8c712c89abc9df17 [diff] |
comctl32: Change return code comparison in AVI control.
diff --git a/dlls/comctl32/animate.c b/dlls/comctl32/animate.c index 3c2c648..229eb25 100644 --- a/dlls/comctl32/animate.c +++ b/dlls/comctl32/animate.c
@@ -660,7 +660,7 @@ 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;