[AUDIOSRV][BOOTDATA][INCLUDE][MMSYS] Rename RosAudioSrv to AudioSrv (#1826)

Rename RosAudioSrv to AudioSrv in audio service itself and in all system components which are related to this, same as it done in Win2k3.
It allows MS DxDiag to detect the system audio service correctly, so it becomes possible to run DirectSound test properly with MS dsound.dll, although it works with some minor errors and only in older VirtualBox versions, ~ up to 5.1.38 (and in other emulators as well).

CORE-16307
This commit is contained in:
Oleg Dubinskiy 2019-08-16 20:11:04 +03:00 committed by Hermès BÉLUSCA - MAÏTO
parent 2a8fc2b411
commit 5f7575909f
4 changed files with 19 additions and 19 deletions

View file

@ -11,8 +11,8 @@
#ifndef AUDIOSRV_H
#define AUDIOSRV_H
/* This is currently set to avoid conflicting service names in Windows! */
#define SERVICE_NAME L"RosAudioSrv"
/* The service name */
#define SERVICE_NAME L"AudioSrv"
/* A named mutex is used for synchronizing access to the device list.
If this mutex doesn't exist, it means the audio service isn't running. */