dplayx: Cast-qual warning fix.

This commit is contained in:
Andrew Talbot 2007-07-19 22:04:55 +01:00 committed by Alexandre Julliard
parent 45d6d1c20b
commit 9cc84f6359
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ extern HRESULT DPL_EnumAddress( LPDPENUMADDRESSCALLBACK lpEnumAddressCallback, L
/* Invoke the enum method. If false is returned, stop enumeration */ /* Invoke the enum method. If false is returned, stop enumeration */
if ( !lpEnumAddressCallback( &lpElements->guidDataType, if ( !lpEnumAddressCallback( &lpElements->guidDataType,
lpElements->dwDataSize, lpElements->dwDataSize,
(BYTE*)lpElements + sizeof( DPADDRESS ), (const BYTE *)lpElements + sizeof( DPADDRESS ),
lpContext ) ) lpContext ) )
{ {
break; break;