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
2c76bc1c
Commit
2c76bc1c
authored
Apr 16, 2003
by
Sylvain Petreolle
Committed by
Alexandre Julliard
Apr 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fix DirectPlayEnumerateA exit code.
- Add default registry entry for DirectPlay Service Providers.
parent
82b0a13c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
dplay.c
dlls/dplayx/dplay.c
+1
-1
winedefault.reg
winedefault.reg
+3
-0
No files found.
dlls/dplayx/dplay.c
View file @
2c76bc1c
...
...
@@ -5211,7 +5211,7 @@ HRESULT WINAPI DirectPlayEnumerateA( LPDPENUMDPCALLBACKA lpEnumCallback,
{
/* Hmmm. Does this mean that there are no service providers? */
ERR
(
": no service providers?
\n
"
);
return
DP
_OK
;
return
DP
ERR_NOSERVICEPROVIDER
;
}
/* Traverse all the service providers we have available */
...
...
winedefault.reg
View file @
2c76bc1c
...
...
@@ -957,6 +957,9 @@
@="dplayx.dll"
"ThreadingModel"="Both"
[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectPlay\Service Providers]
@=""
#
# Entries used by Internet Explorer installer
#
...
...
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