Rename DSOUND_DllRegisterServer to DllRegisterServer and DSOUND_DllUnregisterServer to DllUnregisterServer. (the same is already done in the other DirectX DLL's with SPEC files)

I wonder how dsound.dll could be compiled in the past cause the SPEC file never referenced to these functions.

This should fix the build breakage.

svn path=/trunk/; revision=31296
This commit is contained in:
Colin Finck 2007-12-17 22:01:06 +00:00
parent 1533c7c528
commit c4649e3235

View file

@ -556,7 +556,7 @@ static struct regsvr_interface const interface_list[] = {
/***********************************************************************
* DllRegisterServer (DSOUND.@)
*/
HRESULT WINAPI DSOUND_DllRegisterServer(void)
HRESULT WINAPI DllRegisterServer(void)
{
HRESULT hr;
@ -571,7 +571,7 @@ HRESULT WINAPI DSOUND_DllRegisterServer(void)
/***********************************************************************
* DllUnregisterServer (DSOUND.@)
*/
HRESULT WINAPI DSOUND_DllUnregisterServer(void)
HRESULT WINAPI DllUnregisterServer(void)
{
HRESULT hr;