msg711.acm: Pointer cast changed to DWORD_PTR.

This commit is contained in:
Eddie Leung 2009-02-19 23:17:55 -08:00 committed by Alexandre Julliard
parent ff2f88cf08
commit 3bd8b3c642

View file

@ -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)