Re: [1/2] user32: Add a test for ToUnicode (try 5)

2008-08-05 Thread Andre Wisplinghoff
Paul Vriens wrote:
> Just some things that caught my attention:
>
> Could you trim the length for some of the lines somewhat? I also don't think 
> you 
> need all those comments in the first call to ToUnicode.
>
> There is a C++ comment in the patch, should be avoided.
>
> And as a last one, is it possible to use names instead of magic constants?
>   

I just resent my patches, hoping everything is ok now.




Re: [1/2] user32: Add a test for ToUnicode (try 5)

2008-07-31 Thread Paul Vriens
Andre Wisplinghoff wrote:
> Wrapping was still wrong. Sorry for that. Just using attachments now.
> 
> dlls/user32/tests/input.c |   37 +
>  1 files changed, 37 insertions(+), 0 deletions(-)
> 
> 
> 
> 
> 
Just some things that caught my attention:

Could you trim the length for some of the lines somewhat? I also don't think 
you 
need all those comments in the first call to ToUnicode.

There is a C++ comment in the patch, should be avoided.

And as a last one, is it possible to use names instead of magic constants?

-- 
Cheers,

Paul.