ole32/tests: Fix DoDragDrop tests.

This commit is contained in:
Piotr Caban 2014-03-04 10:23:16 +01:00 committed by Alexandre Julliard
parent d745e612ac
commit 9f9fb6b7f1
1 changed files with 1 additions and 1 deletions

View File

@ -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");