Commit d0b92c91 authored by Jörg Höhle's avatar Jörg Höhle Committed by Alexandre Julliard

msvidc32: Fix "Unknown message: 400e".

parent a8ffa9ba
......@@ -562,6 +562,10 @@ LRESULT WINAPI CRAM_DriverProc( DWORD_PTR dwDriverId, HDRVR hdrvr, UINT msg,
(DWORD) lParam2 );
break;
case ICM_DECOMPRESS_END:
r = ICERR_OK;
break;
case ICM_COMPRESS_QUERY:
FIXME("compression not implemented\n");
r = ICERR_BADFORMAT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment