mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[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:
parent
2a8fc2b411
commit
5f7575909f
4 changed files with 19 additions and 19 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue