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
fbc5512e
Commit
fbc5512e
authored
Aug 02, 2008
by
Ismael Barros
Committed by
Alexandre Julliard
Aug 04, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dplayx: Tests for EnumSessions.
parent
fa4b3e4d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
dplay.c
dlls/dplayx/dplay.c
+4
-0
dplayx.c
dlls/dplayx/tests/dplayx.c
+0
-0
No files found.
dlls/dplayx/dplay.c
View file @
fbc5512e
...
...
@@ -1408,6 +1408,10 @@ static HRESULT WINAPI DP_IF_CreatePlayer
TRACE
(
"(%p)->(%p,%p,%p,%p,0x%08x,0x%08x,%u)
\n
"
,
This
,
lpidPlayer
,
lpPlayerName
,
hEvent
,
lpData
,
dwDataSize
,
dwFlags
,
bAnsi
);
if
(
This
->
dp2
->
connectionInitialized
==
NO_PROVIDER
)
{
return
DPERR_UNINITIALIZED
;
}
if
(
dwFlags
==
0
)
{
...
...
dlls/dplayx/tests/dplayx.c
View file @
fbc5512e
This diff is collapsed.
Click to expand it.
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