[1/5] basetsd.h: Fix a typo in the parameter name

Dmitry Timoshkov dmitry at codeweavers.com
Wed May 23 03:04:39 CDT 2007


"Vijay Kiran Kamuju" <infyquest at gmail.com> wrote:

> I think this patch is not correct.
> 
> -#define LongToHandle(h)         ((HANDLE)(LONG_PTR)(h))
> +#define LongToHandle(h)         ((HANDLE)(LONG_PTR)(l))
> 
> I dont see 'l' defined or sent to this macro any where.

If you will inspect more closely all appropriate macros you will
notice why it's a typo.

-- 
Dmitry.



More information about the wine-devel mailing list