msg711.acm: Pointer cast changed to DWORD_PTR.
This commit is contained in:
parent
ff2f88cf08
commit
3bd8b3c642
|
@ -876,7 +876,7 @@ static LRESULT G711_StreamOpen(PACMDRVSTREAMINSTANCE adsi)
|
|||
aad = HeapAlloc(GetProcessHeap(), 0, sizeof(AcmG711Data));
|
||||
if (aad == 0) return MMSYSERR_NOMEM;
|
||||
|
||||
adsi->dwDriver = (DWORD)aad;
|
||||
adsi->dwDriver = (DWORD_PTR)aad;
|
||||
|
||||
if (adsi->pwfxSrc->wFormatTag == WAVE_FORMAT_PCM &&
|
||||
adsi->pwfxDst->wFormatTag == WAVE_FORMAT_PCM)
|
||||
|
|
Loading…
Reference in New Issue