msadp32.acm: Make the szFormatTag the same as windows.
This commit is contained in:
parent
ffb44032ad
commit
cb5ac00cd9
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue