Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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
wine
wine-cw
Commits
2d77891f
Commit
2d77891f
authored
Apr 27, 2015
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmime: Fix a couple of trace messages.
parent
14158a71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
graph.c
dlls/dmime/graph.c
+2
-2
No files found.
dlls/dmime/graph.c
View file @
2d77891f
...
...
@@ -600,14 +600,14 @@ static HRESULT WINAPI PersistStream_Load(IPersistStream *iface, IStream* pStm)
static
HRESULT
WINAPI
PersistStream_Save
(
IPersistStream
*
iface
,
IStream
*
stream
,
BOOL
clear_dirty
)
{
IDirectMusicGraphImpl
*
This
=
impl_from_IPersistStream
(
iface
);
FIXM
E
(
"(%p) %p %d
\n
"
,
This
,
stream
,
clear_dirty
);
TRAC
E
(
"(%p) %p %d
\n
"
,
This
,
stream
,
clear_dirty
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
PersistStream_GetSizeMax
(
IPersistStream
*
iface
,
ULARGE_INTEGER
*
size
)
{
IDirectMusicGraphImpl
*
This
=
impl_from_IPersistStream
(
iface
);
FIXM
E
(
"(%p) %p
\n
"
,
This
,
size
);
TRAC
E
(
"(%p) %p
\n
"
,
This
,
size
);
return
E_NOTIMPL
;
}
...
...
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