Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
1b580e70
Commit
1b580e70
authored
Oct 22, 2015
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Oct 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
>
parent
496b001a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
datacache.c
dlls/ole32/datacache.c
+3
-0
No files found.
dlls/ole32/datacache.c
View file @
1b580e70
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment