[PATCH] user32: Allow WM_CAPTURECHANGE indicating SetCapture() parameter.

Dmitry Timoshkov dmitry at baikal.ru
Mon Nov 23 10:35:11 CST 2015


Christopher Thielen <cthielen at gmail.com> wrote:

> +// Not const in order to set lParam during test

Using c++ comment in Wine code is forbidden. Also it should not be
needed to test lparam, everything is clear enough, and I'd suggest
to make the structure 'const'. Looks good to me otherwise.

-- 
Dmitry.



More information about the wine-devel mailing list