From a9460b3dbeda673e33396cc79574405041d81ff8 Mon Sep 17 00:00:00 2001 From: Robert Reif Date: Mon, 28 Jul 2003 19:02:29 +0000 Subject: [PATCH] Use same GUIDs as win2k and xp for dsound drivers. --- dlls/winmm/wineoss/audio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/winmm/wineoss/audio.c b/dlls/winmm/wineoss/audio.c index 63981c075e6..67169b06de5 100644 --- a/dlls/winmm/wineoss/audio.c +++ b/dlls/winmm/wineoss/audio.c @@ -791,8 +791,8 @@ LONG OSS_WaveInit(void) sprintf((char *)OSS_Devices[i].mixer_name, "/dev/mixer%d", i); } - INIT_GUID(OSS_Devices[i].ds_guid, 0xe437ebb6, 0x534f, 0x11ce, 0x9f, 0x53, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70 + i); - INIT_GUID(OSS_Devices[i].dsc_guid, 0xe437ebb6, 0x534f, 0x11ce, 0x9f, 0x53, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x80 + i); + INIT_GUID(OSS_Devices[i].ds_guid, 0xbd6dd71a, 0x3deb, 0x11d1, 0xb1, 0x71, 0x00, 0xc0, 0x4f, 0xc2, 0x00, 0x00 + i); + INIT_GUID(OSS_Devices[i].dsc_guid, 0xbd6dd71b, 0x3deb, 0x11d1, 0xb1, 0x71, 0x00, 0xc0, 0x4f, 0xc2, 0x00, 0x00 + i); } /* start with output devices */ -- 2.11.4.GIT