Module: wine Branch: master Commit: 9f9fb6b7f1542f33f6ed18d882cfe088780e08d6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9f9fb6b7f1542f33f6ed18d882...
Author: Piotr Caban piotr@codeweavers.com Date: Tue Mar 4 10:23:16 2014 +0100
ole32/tests: Fix DoDragDrop tests.
---
dlls/ole32/tests/dragdrop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ole32/tests/dragdrop.c b/dlls/ole32/tests/dragdrop.c index 36328df..8051f58 100644 --- a/dlls/ole32/tests/dragdrop.c +++ b/dlls/ole32/tests/dragdrop.c @@ -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");