mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 18:28:58 +00:00
ole32: Print a FIXME when the "CONTENTS" stream refers to unsupported format.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
496b001ae0
commit
1b580e70e9
@ -1333,7 +1333,10 @@ static HRESULT parse_contents_stream( DataCache *This, IStorage *stg, IStream *s
|
||||
if (IsEqualCLSID( &stat.clsid, &CLSID_Picture_Dib ))
|
||||
fmt = &static_dib_fmt;
|
||||
else
|
||||
{
|
||||
FIXME("unsupported format %s\n", debugstr_guid( &stat.clsid ));
|
||||
return E_FAIL;
|
||||
}
|
||||
|
||||
return add_cache_entry( This, fmt, stm, contents_stream );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user