mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[BROWSEUI_APITEST] Follow-up of #3493
This commit is contained in:
parent
003b19dc3c
commit
6de330026c
1 changed files with 3 additions and 1 deletions
|
@ -376,7 +376,9 @@ DoTestCaseA(INT x, INT y, INT cx, INT cy, LPCWSTR pszInput,
|
|||
#define DROPDOWN_STYLE (WS_POPUP | WS_VISIBLE | WS_CLIPSIBLINGS | \
|
||||
WS_CLIPCHILDREN | WS_BORDER) // 0x96800000
|
||||
ok(style == DROPDOWN_STYLE, "style was 0x%08lx\n", style);
|
||||
ok_long(exstyle, 0x8c);
|
||||
#define DROPDOWN_EX_STYLE (WS_EX_TOOLWINDOW | WS_EX_TOPMOST | \
|
||||
WS_EX_NOPARENTNOTIFY) // 0x8c
|
||||
ok_long(exstyle, DROPDOWN_EX_STYLE);
|
||||
ok_long((LONG)id, 0);
|
||||
|
||||
// check class style
|
||||
|
|
Loading…
Reference in a new issue