Commit 9f9fb6b7 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

ole32/tests: Fix DoDragDrop tests.

parent d745e612
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment