3 Oct
2024
3 Oct
'24
5:31 a.m.
From: Anton Baskanov <baskanov(a)gmail.com> --- dlls/dplayx/dplay.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlls/dplayx/dplay.c b/dlls/dplayx/dplay.c index 5f0ba3bdcb3..2e5bf93281c 100644 --- a/dlls/dplayx/dplay.c +++ b/dlls/dplayx/dplay.c @@ -1569,11 +1569,6 @@ static BOOL DP_CopyDPNAMEStruct( LPDPNAME lpDst, const DPNAME *lpSrc, BOOL bAnsi return TRUE; } - if( lpSrc->dwSize != sizeof( *lpSrc) ) - { - return FALSE; - } - /* Delete any existing pointers */ free( lpDst->lpszShortNameA ); free( lpDst->lpszLongNameA ); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6611