On Wed, Nov 26, 2008 at 10:06 PM, Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote:
> "Andrew Riedi" <[EMAIL PROTECTED]> wrote:
>
>> +static int test_ImmSetCompositionString(void)
>
> It's a usual practice to have the test cases return 'void',
> especially if you don't use the return value.
>
>> +{
>> +
"Andrew Riedi" <[EMAIL PROTECTED]> wrote:
> +static int test_ImmSetCompositionString(void)
It's a usual practice to have the test cases return 'void',
especially if you don't use the return value.
> +{
> +HIMC imc;
> +BOOL ret;
> +DWORD error;
> +
> +imc = ImmGetContext(hwnd);
F