Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comctl32/
H A Dtooltips.c43 DWORD style, exp_style; in test_create_tooltip() local
56 exp_style = 0x7fffffff | WS_POPUP; in test_create_tooltip()
57 exp_style &= ~(WS_CHILD | WS_MAXIMIZE | WS_BORDER | WS_DLGFRAME); in test_create_tooltip()
58 ok(style == exp_style || broken(style == (exp_style | WS_BORDER)), /* nt4 */ in test_create_tooltip()
59 "wrong style %08x/%08x\n", style, exp_style); in test_create_tooltip()
69 exp_style = WS_POPUP | WS_CLIPSIBLINGS; in test_create_tooltip()
71 exp_style |= WS_BORDER; in test_create_tooltip()
73 ok(style == exp_style || broken(style == (exp_style | WS_BORDER)) /* XP */, in test_create_tooltip()