patch:kernel32

Bruno Jesus 00cpxxx at gmail.com
Thu Aug 29 09:30:07 CDT 2013


On Thu, Aug 29, 2013 at 11:15 AM, matyapiro31 <matyapiro31 at gmail.com> 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 guess the compiler does this for you. And for the other cases too.

Also you should send only one patch per email.

Regards,
Bruno



More information about the wine-devel mailing list