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

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


size" at=0A=
 line 422 -=0A=
 adsi->dwDriver =3D (DWORD)aad;=0A=
 changed to=0A=
 adsi->dwDriver =3D (DWORD_PTR)aad;=0A=
=0A=
---=0A=
 dlls/winemp3.acm/mpegl3.c |    2 +-=0A=
 1 files changed, 1 insertions(+), 1 deletions(-)=0A=
=0A=
diff --git a/dlls/winemp3.acm/mpegl3.c b/dlls/winemp3.acm/mpegl3.c=0A=
index 23ba586..6d476e4 100644=0A=
--- a/dlls/winemp3.acm/mpegl3.c=0A=
+++ b/dlls/winemp3.acm/mpegl3.c=0A=
@@ -419,7 +419,7 @@ static	LRESULT	=
MPEG3_StreamOpen(PACMDRVSTREAMINSTANCE adsi)=0A=
     aad =3D HeapAlloc(GetProcessHeap(), 0, sizeof(AcmMpeg3Data));=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
Content-Type: application/octet-stream;
	name="msadp32.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="msadp32.patch"



More information about the wine-patches mailing list