dplayx: Cast-qual warning fix.
This commit is contained in:
parent
45d6d1c20b
commit
9cc84f6359
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue