imm32: Use boolean return value in boolean function.
This commit is contained in:
parent
b1fed4e9f1
commit
fd862ba74e
|
@ -1397,7 +1397,7 @@ BOOL WINAPI ImmGetCompositionWindow(HIMC hIMC, LPCOMPOSITIONFORM lpCompForm)
|
|||
return FALSE;
|
||||
|
||||
*lpCompForm = data->IMC.cfCompForm;
|
||||
return 1;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in New Issue