mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[IMM32_WINETEST] Sync with Wine Staging 2.9. CORE-13362
svn path=/trunk/; revision=74810
This commit is contained in:
parent
60751dbf95
commit
7a8fa2cc0e
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ static DWORD WINAPI test_default_ime_with_message_only_window_cb(void *arg)
|
|||
CW_USEDEFAULT, CW_USEDEFAULT,
|
||||
240, 120, hwnd1, NULL, GetModuleHandleW(NULL), NULL);
|
||||
default_ime_wnd = ImmGetDefaultIMEWnd(hwnd2);
|
||||
ok(IsWindow(default_ime_wnd), "Expected IME window existance\n");
|
||||
ok(IsWindow(default_ime_wnd), "Expected IME window existence\n");
|
||||
|
||||
DestroyWindow(hwnd2);
|
||||
DestroyWindow(hwnd1);
|
||||
|
|
Loading…
Reference in a new issue