Commit 2c76bc1c authored by Sylvain Petreolle's avatar Sylvain Petreolle Committed by Alexandre Julliard

- Fix DirectPlayEnumerateA exit code.

- Add default registry entry for DirectPlay Service Providers.
parent 82b0a13c
......@@ -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 DPERR_NOSERVICEPROVIDER;
}
/* Traverse all the service providers we have available */
......
......@@ -957,6 +957,9 @@
@="dplayx.dll"
"ThreadingModel"="Both"
[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectPlay\Service Providers]
@=""
#
# Entries used by Internet Explorer installer
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment