[PATCH 4] mciwave: Rework MCI notification system.

Vitaliy Margolen wine-devel at kievinfo.com
Mon Nov 9 23:59:07 CST 2009


Vitaliy Margolen wrote:
> Joerg-Cyril.Hoehle at t-systems.com wrote:
>> +    HANDLE old = InterlockedExchangePointer(&wmw->hCallback, NULL);
>> +    if (old) mciDriverNotify(old,wDevID,MCI_NOTIFY_SUPERSEDED);
>> +    mciDriverNotify(HWND_32(LOWORD(hWndCallBack)),wDevID,wStatus);
> Here and everywhere else in your patches, please add space before commas.

Of course I meant after comas.

Vitaliy.



More information about the wine-devel mailing list