mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
imm32/tests: Don't use a pointer in an ok test.
This commit is contained in:
parent
dbee72d568
commit
7801b692cb
@ -258,7 +258,7 @@ static void test_ImmSetCompositionString(void)
|
||||
|
||||
SetLastError(0xdeadbeef);
|
||||
imc = ImmGetContext(hwnd);
|
||||
ok(imc, "ImmGetContext() failed. Last error: %u\n", GetLastError());
|
||||
ok(imc != 0, "ImmGetContext() failed. Last error: %u\n", GetLastError());
|
||||
if (!imc)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user