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
07e59757
Commit
07e59757
authored
Sep 04, 2013
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Sep 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dplayx: Remove commented out TRACEs that mimic +tid functionality.
parent
744f94be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
dplaysp.c
dlls/dplayx/dplaysp.c
+3
-9
No files found.
dlls/dplayx/dplaysp.c
View file @
07e59757
...
...
@@ -655,9 +655,7 @@ static HRESULT WINAPI IDirectPlaySPImpl_SetSPPlayerData( IDirectPlaySP *iface, D
LPDP_SPPLAYERDATA
lpPlayerEntry
;
LPVOID
lpPlayerData
;
/* TRACE( "Called on process 0x%08lx\n", GetCurrentProcessId() ); */
TRACE
(
"(%p)->(0x%08x,%p,0x%08x,0x%08x)
\n
"
,
This
,
idPlayer
,
lpData
,
dwDataSize
,
dwFlags
);
TRACE
(
"(%p)->(0x%08x,%p,0x%08x,0x%08x)
\n
"
,
This
,
idPlayer
,
lpData
,
dwDataSize
,
dwFlags
);
hr
=
DP_GetSPPlayerData
(
This
->
sp
->
dplay
,
idPlayer
,
(
LPVOID
*
)
&
lpPlayerEntry
);
if
(
FAILED
(
hr
)
)
...
...
@@ -703,9 +701,7 @@ static HRESULT WINAPI IDirectPlaySPImpl_GetSPData( IDirectPlaySP *iface, void **
IDirectPlaySPImpl
*
This
=
impl_from_IDirectPlaySP
(
iface
);
HRESULT
hr
=
DP_OK
;
/* TRACE( "Called on process 0x%08lx\n", GetCurrentProcessId() ); */
TRACE
(
"(%p)->(%p,%p,0x%08x)
\n
"
,
This
,
lplpData
,
lpdwDataSize
,
dwFlags
);
TRACE
(
"(%p)->(%p,%p,0x%08x)
\n
"
,
This
,
lplpData
,
lpdwDataSize
,
dwFlags
);
#if 0
/* This is what the documentation says... */
...
...
@@ -757,9 +753,7 @@ static HRESULT WINAPI IDirectPlaySPImpl_SetSPData( IDirectPlaySP *iface, void *l
IDirectPlaySPImpl
*
This
=
impl_from_IDirectPlaySP
(
iface
);
LPVOID
lpSpData
;
/* TRACE( "Called on process 0x%08lx\n", GetCurrentProcessId() ); */
TRACE
(
"(%p)->(%p,0x%08x,0x%08x)
\n
"
,
This
,
lpData
,
dwDataSize
,
dwFlags
);
TRACE
(
"(%p)->(%p,0x%08x,0x%08x)
\n
"
,
This
,
lpData
,
dwDataSize
,
dwFlags
);
#if 0
/* This is what the documentation says... */
...
...
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