Re: dplayx: Fix some crashes and wine_todo's
29 Oct
2014
29 Oct
'14
4:46 a.m.
- hr = IDirectPlayX_GetSessionDesc( pDP[0], lpData[0], NULL ); +/* hr = IDirectPlayX_GetSessionDesc( pDP[0], lpData[0], NULL ); checkHR( DPERR_INVALIDPARAM, hr ); dwDataSize=-1; hr = IDirectPlayX_GetSessionDesc( pDP[0], lpData[0], &dwDataSize ); checkHR( DPERR_INVALIDPARAMS, hr ); - check( -1, dwDataSize ); + check( -1, dwDataSize );*/
You can't just comment out parts, if those crash on Windows put them in compilable block inside if (0) and add appropriate comment.
4152
Age (days ago)
4152
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov