Dmitry Timoshkov wrote:
>Please don't change the indentation style of the code.
Oops!
>Also, it's not clear to me why you have removed the MCI_WAIT fixme,
Because there's nothing to fix. My tests revealed
no difference w/ or w/o WAIT flag.
> added MCI_WAIT to mciStop,
It doesn't actually matter,
wrote:
> This will allow me to enable one more testcase when I'll eventually
> submit the long awaited update to mciwave tests.
> -if (dwFlags & MCI_WAIT)
> -{
> - FIXME("MCI_WAIT not implemented\n");
> +if (wmw->hFile == 0) {
> + FIXME("Save file with zero-length sample\n");