- Fix DirectPlayEnumerateA exit code.
- Add default registry entry for DirectPlay Service Providers.
This commit is contained in:
parent
82b0a13cab
commit
2c76bc1ce6
|
@ -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 */
|
||||||
|
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue