Removed "warning: cast from pointer to integer of different =

Adam Stoelting astoelting at ucla.edu
Fri Feb 20 02:36:02 CST 2009


size" at=0A=
 line 547 -=0A=
 adsi->dwDriver =3D (DWORD)aad;=0A=
 changed to=0A=
 adsi->dwDriver =3D (DWORD_PTR)aad;=0A=
=0A=
---=0A=
 dlls/msadp32.acm/msadp32.c |    2 +-=0A=
 1 files changed, 1 insertions(+), 1 deletions(-)=0A=
=0A=
diff --git a/dlls/msadp32.acm/msadp32.c b/dlls/msadp32.acm/msadp32.c=0A=
index 7a66207..1c0c840 100644=0A=
--- a/dlls/msadp32.acm/msadp32.c=0A=
+++ b/dlls/msadp32.acm/msadp32.c=0A=
@@ -544,7 +544,7 @@ static	LRESULT	=
ADPCM_StreamOpen(PACMDRVSTREAMINSTANCE adsi)=0A=
     aad =3D HeapAlloc(GetProcessHeap(), 0, sizeof(AcmAdpcmData));=0A=
     if (aad =3D=3D 0) return MMSYSERR_NOMEM;=0A=
 =0A=
-    adsi->dwDriver =3D (DWORD)aad;=0A=
+    adsi->dwDriver =3D (DWORD_PTR)aad;=0A=
 =0A=
     if (adsi->pwfxSrc->wFormatTag =3D=3D WAVE_FORMAT_PCM &&=0A=
 	adsi->pwfxDst->wFormatTag =3D=3D WAVE_FORMAT_PCM)=0A=
-- =0A=
1.5.6.3=0A=
=0A=

------=_NextPart_000_002E_01C99309.8A8D3AF0--




More information about the wine-patches mailing list