Commit cb5ac00c authored by Jeff Zaroyko's avatar Jeff Zaroyko Committed by Alexandre Julliard

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

parent ffb44032
...@@ -346,7 +346,7 @@ static LRESULT ADPCM_DriverDetails(PACMDRIVERDETAILSW add) ...@@ -346,7 +346,7 @@ static LRESULT ADPCM_DriverDetails(PACMDRIVERDETAILSW add)
static LRESULT ADPCM_FormatTagDetails(PACMFORMATTAGDETAILSW aftd, DWORD dwQuery) static LRESULT ADPCM_FormatTagDetails(PACMFORMATTAGDETAILSW aftd, DWORD dwQuery)
{ {
static const WCHAR szPcm[]={'P','C','M',0}; 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) switch (dwQuery)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment