mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[IMM32_APITEST] himc: Show class on CreateWindow failure (#4466)
Display the window class name on failure of CreateWindow function call. CORE-11700
This commit is contained in:
@@ -173,7 +173,7 @@ static void Test2(void)
|
||||
LPCSTR pszClass = apszClasses[i];
|
||||
hwnd = CreateWindowA(pszClass, NULL, WS_VISIBLE, 0, 0, 0, 0, NULL, NULL,
|
||||
GetModuleHandle(NULL), NULL);
|
||||
ok(hwnd != NULL, "CreateWindow failed\n");
|
||||
ok(hwnd != NULL, "CreateWindow(%s) failed\n", pszClass);
|
||||
|
||||
hIMC = ImmGetContext(hwnd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user