mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[ATL100_WINETEST] Sync with Wine Staging 3.17. CORE-15127
This commit is contained in:
parent
21d3faa2a6
commit
814d42def7
1 changed files with 1 additions and 0 deletions
|
@ -902,6 +902,7 @@ static void test_AtlAxAttachControl(void)
|
|||
hr = AtlAxAttachControl(control, hwnd, &container);
|
||||
ok(hr == S_OK, "Expected AtlAxAttachControl to return S_OK, got 0x%08x\n", hr);
|
||||
ok(container != NULL, "Expected not NULL!\n");
|
||||
IUnknown_Release(container);
|
||||
val = GetWindowLongW(hwnd, GWLP_USERDATA);
|
||||
ok(val == 0xdeadbeef, "Expected unchanged, returned %08x\n", val);
|
||||
DestroyWindow(hwnd);
|
||||
|
|
Loading…
Reference in a new issue