Re: patch:kernel32

2013-08-29 Thread Charles Davis
On Aug 29, 2013, at 8:15 AM, matyapiro31 wrote: > > <0001-kernel32-change-for-loop-to-optimize.patch><0002-kernel32-change-for-loop-to-optimize.patch> One patch per email, please. Also, the subject should be more descriptive. The first one doesn't look much better than the second one (which was

Re: patch:kernel32

2013-08-29 Thread Bruno Jesus
On Thu, Aug 29, 2013 at 11:15 AM, matyapiro31 wrote: The patch could have a better subject =) > +unix_len=sizeof(unix_vars)/sizeof(unix_vars[0]; Missing the closing ) ? Will this compile? > -for ( i = 0; i < sizeof (special) / sizeof (WCHAR); i++ ) > +for ( i = 0; i < 17; i++ ) I gu