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

Vijay Kiran Kamuju infyquest at gmail.com
Wed May 23 02:54:36 CDT 2007


Hi

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.

Thanks,
VJ



More information about the wine-devel mailing list