[PATCH] comctl32/progress: Fix wrapping of values in PBM_STEPIT and add tests

Nikolay Sivov bunglehead at gmail.com
Mon Feb 26 16:21:07 CST 2018


On 2/27/2018 12:14 AM, Fabian Maurer wrote:
> +
> +    SendMessageA(progress, PBM_SETSTEP, TEST_STEP_SMALL, 0);
> +    SendMessageA(progress, PBM_STEPIT, 0, 0);

Maybe have this as SETPOS instead?

> +    for (i = 1; i < 15; i++)
> +    {
> +        pos_actual = SendMessageA(progress, PBM_STEPIT, 0, 0);

That's previous position, not actual/current.



More information about the wine-devel mailing list