comctl32: Fix the updown control test to use the optional flag.

oldstable
Lei Zhang 2007-01-22 13:20:57 -08:00 committed by Alexandre Julliard
parent 127512c938
commit 4de56b1b4d
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ static void ok_sequence_(int sequence_index, const struct message *expected,
expected++;
actual++;
}
else if (expected->flags & optional)
expected++;
else if (todo)
{
failcount++;