[PATCH 1/2] mciavi32: Implement MCI_BREAK

Andrew Eikum aeikum at codeweavers.com
Thu Mar 2 10:06:17 CST 2017


On Wed, Mar 01, 2017 at 04:10:43AM -0300, Bruno Jesus wrote:
> +    wma->mci_break.flags = dwFlags;
> +    wma->mci_break.parms = *lpParms;

The rest of this looks OK to me, but please guard access to wma's
members with wma->cs.

Andrew



More information about the wine-devel mailing list