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
db390b77
Commit
db390b77
authored
Nov 01, 2012
by
Christian Costa
Committed by
Alexandre Julliard
Nov 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmusic: Dump port params only once.
parent
ec26342c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
dmusic.c
dlls/dmusic/dmusic.c
+0
-3
No files found.
dlls/dmusic/dmusic.c
View file @
db390b77
...
...
@@ -129,9 +129,6 @@ static HRESULT WINAPI IDirectMusic8Impl_CreatePort(LPDIRECTMUSIC8 iface, REFCLSI
TRACE
(
"(%p)->(%s, %p, %p, %p)
\n
"
,
This
,
debugstr_dmguid
(
rclsid_port
),
port_params
,
port
,
unkouter
);
if
(
TRACE_ON
(
dmusic
))
dump_DMUS_PORTPARAMS
(
port_params
);
if
(
!
rclsid_port
)
return
E_POINTER
;
if
(
!
port_params
)
...
...
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