Home
last modified time | relevance | path

Searched refs:grow_aligned (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dimagelist.c902 INT grow_aligned; in check_ilhead_data() local
911 grow_aligned = (WORD)(grow + 3) & ~3; in check_ilhead_data()
916 ok(ilh->cGrow == grow || broken(ilh->cGrow == grow_aligned) /* XP/Vista */, in check_ilhead_data()
922 … ok(ilh->cGrow == grow_aligned, "Unexpected cGrow %d, expected %d\n", ilh->cGrow, grow_aligned); in check_ilhead_data()