- Fix DirectPlayEnumerateA exit code.

- Add default registry entry for DirectPlay Service Providers.
This commit is contained in:
Sylvain Petreolle 2003-04-16 23:12:07 +00:00 committed by Alexandre Julliard
parent 82b0a13cab
commit 2c76bc1ce6
2 changed files with 4 additions and 1 deletions

View File

@ -5211,7 +5211,7 @@ HRESULT WINAPI DirectPlayEnumerateA( LPDPENUMDPCALLBACKA lpEnumCallback,
{ {
/* Hmmm. Does this mean that there are no service providers? */ /* Hmmm. Does this mean that there are no service providers? */
ERR(": no service providers?\n"); ERR(": no service providers?\n");
return DP_OK; return DPERR_NOSERVICEPROVIDER;
} }
/* Traverse all the service providers we have available */ /* Traverse all the service providers we have available */

View File

@ -957,6 +957,9 @@
@="dplayx.dll" @="dplayx.dll"
"ThreadingModel"="Both" "ThreadingModel"="Both"
[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectPlay\Service Providers]
@=""
# #
# Entries used by Internet Explorer installer # Entries used by Internet Explorer installer
# #