imm32: Use boolean return value in boolean function.

oldstable
André Hentschel 2014-01-27 22:26:45 +01:00 committed by Alexandre Julliard
parent b1fed4e9f1
commit fd862ba74e
1 changed files with 1 additions and 1 deletions

View File

@ -1397,7 +1397,7 @@ BOOL WINAPI ImmGetCompositionWindow(HIMC hIMC, LPCOMPOSITIONFORM lpCompForm)
return FALSE;
*lpCompForm = data->IMC.cfCompForm;
return 1;
return TRUE;
}
/***********************************************************************