msvfw32: Avoid a compiler warning.

This commit is contained in:
Alexandre Julliard 2006-10-13 12:08:13 +02:00
parent 3f191fda9f
commit 521612098c
1 changed files with 1 additions and 1 deletions

View File

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