Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
cb4733e3
Commit
cb4733e3
authored
Nov 21, 2019
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Nov 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmscript: Clarify TRACE in IsParamSupported method of Script track.
Signed-off-by:
Michael Stefaniuc
<
mstefani@winehq.org
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8d32805d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
scripttrack.c
dlls/dmscript/scripttrack.c
+5
-6
No files found.
dlls/dmscript/scripttrack.c
View file @
cb4733e3
...
...
@@ -139,14 +139,13 @@ static HRESULT WINAPI script_track_SetParam(IDirectMusicTrack8 *iface, REFGUID r
return
S_OK
;
}
static
HRESULT
WINAPI
script_track_IsParamSupported
(
IDirectMusicTrack8
*
iface
,
REFGUID
rguidT
ype
)
static
HRESULT
WINAPI
script_track_IsParamSupported
(
IDirectMusicTrack8
*
iface
,
REFGUID
t
ype
)
{
DirectMusicScriptTrack
*
This
=
impl_from_IDirectMusicTrack8
(
iface
);
DirectMusicScriptTrack
*
This
=
impl_from_IDirectMusicTrack8
(
iface
);
TRACE
(
"(%p, %s): param type not supported
\n
"
,
This
,
debugstr_dmguid
(
type
));
TRACE
(
"(%p, %s)
\n
"
,
This
,
debugstr_dmguid
(
rguidType
));
/* didn't find any params */
TRACE
(
"param unsupported
\n
"
);
return
DMUS_E_TYPE_UNSUPPORTED
;
return
DMUS_E_TYPE_UNSUPPORTED
;
}
static
HRESULT
WINAPI
script_track_AddNotificationType
(
IDirectMusicTrack8
*
iface
,
REFGUID
type
)
...
...
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