Jeff Zaroyko : msadp32.acm: Make the szFormatTag the same as windows.

Alexandre Julliard julliard at winehq.org
Tue Dec 9 06:24:07 CST 2008


Module: wine
Branch: master
Commit: cb5ac00cd92d3af8e67d56972f1fa20464f1d46d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cb5ac00cd92d3af8e67d56972f1fa20464f1d46d

Author: Jeff Zaroyko <jeffz at jeffz.name>
Date:   Sun Dec  7 17:41:00 2008 +1100

msadp32.acm: Make the szFormatTag the same as windows.

---

 dlls/msadp32.acm/msadp32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msadp32.acm/msadp32.c b/dlls/msadp32.acm/msadp32.c
index 5a0a964..40b8260 100644
--- a/dlls/msadp32.acm/msadp32.c
+++ b/dlls/msadp32.acm/msadp32.c
@@ -346,7 +346,7 @@ static	LRESULT ADPCM_DriverDetails(PACMDRIVERDETAILSW add)
 static	LRESULT	ADPCM_FormatTagDetails(PACMFORMATTAGDETAILSW aftd, DWORD dwQuery)
 {
     static const WCHAR szPcm[]={'P','C','M',0};
-    static const WCHAR szMsAdPcm[]={'M','S',' ','A','d','P','C','M',0};
+    static const WCHAR szMsAdPcm[]={'M','i','c','r','o','s','o','f','t',' ','A','D','P','C','M',0};
 
     switch (dwQuery)
     {




More information about the wine-cvs mailing list