ole32/tests: Fix DoDragDrop tests.
This commit is contained in:
parent
d745e612ac
commit
9f9fb6b7f1
|
@ -485,7 +485,7 @@ static void test_DoDragDrop(void)
|
|||
HWND hwnd;
|
||||
RECT rect;
|
||||
|
||||
hwnd = CreateWindowA("WineOleTestClass", "Test", 0,
|
||||
hwnd = CreateWindowExA(WS_EX_TOPMOST, "WineOleTestClass", "Test", 0,
|
||||
CW_USEDEFAULT, CW_USEDEFAULT, 100, 100, NULL,
|
||||
NULL, NULL, NULL);
|
||||
ok(IsWindow(hwnd), "failed to create window\n");
|
||||
|
|
Loading…
Reference in New Issue