Vijay Kiran Kamuju : include: Fix typo in DS3DALG_DEFAULT.

Alexandre Julliard julliard at winehq.org
Mon Jun 29 14:59:21 CDT 2020


Module: wine
Branch: master
Commit: 3a17ee90663566f7ca53e61be26f0e9bee201566
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3a17ee90663566f7ca53e61be26f0e9bee201566

Author: Vijay Kiran Kamuju <infyquest at gmail.com>
Date:   Mon Jun 29 11:41:29 2020 +0200

include: Fix typo in DS3DALG_DEFAULT.

Spotted by Ozkan Sezer

Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/dsound.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dsound.h b/include/dsound.h
index 85235ef1bb..bfb52a297a 100644
--- a/include/dsound.h
+++ b/include/dsound.h
@@ -116,7 +116,7 @@ DEFINE_GUID(DSDEVID_DefaultVoiceCapture, 0xDEF00003,0x9C6D,0x47ED,0xAA,0xF1,0x4D
 
 DEFINE_GUID(DSDEVID_WinePlayback,        0x40316A1D,0x605B,0xD611,0x87,0xC6,0x00,0x80,0xAD,0x00,0x02,0xFE);
 
-#define DSD3DALG_DEFAULT GUID_NULL
+#define DS3DALG_DEFAULT GUID_NULL
 DEFINE_GUID(DS3DALG_NO_VIRTUALIZATION,      0xc241333f,0x1c1b,0x11d2,0x94,0xf5,0x00,0xc0,0x4f,0xc2,0x8a,0xca);
 DEFINE_GUID(DS3DALG_HRTF_FULL,              0xc2413340,0x1c1b,0x11d2,0x94,0xf5,0x00,0xc0,0x4f,0xc2,0x8a,0xca);
 DEFINE_GUID(DS3DALG_HRTF_LIGHT,             0xc2413342,0x1c1b,0x11d2,0x94,0xf5,0x00,0xc0,0x4f,0xc2,0x8a,0xca);




More information about the wine-cvs mailing list