Re: imm32: Add some really basic tests for ImmSetCompositionString().

2008-11-26 Thread Andrew Riedi
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. > >> +{ >> +

Re: imm32: Add some really basic tests for ImmSetCompositionString().

2008-11-26 Thread Dmitry Timoshkov
"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