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

Dmitry Timoshkov dmitry at codeweavers.com
Wed May 23 03:32:33 CDT 2007


Hello,

thanks to Marcus for spotting a typo in the typo fix.

Changelog:
    basetsd.h: Fix a typo in the parameter name.

---
 include/basetsd.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/basetsd.h b/include/basetsd.h
index e0d04f6..fe3639f 100644
--- a/include/basetsd.h
+++ b/include/basetsd.h
@@ -219,7 +219,7 @@ typedef unsigned short UHALF_PTR, *PUHALF_PTR;
 #define HandleToULong(h)        ((ULONG)(ULONG_PTR)(h))
 #define HandleToLong(h)         ((LONG)(LONG_PTR)(h))
 #define ULongToHandle(ul)       ((HANDLE)(ULONG_PTR)(ul))
-#define LongToHandle(h)         ((HANDLE)(LONG_PTR)(h))
+#define LongToHandle(l)         ((HANDLE)(LONG_PTR)(l))
 #define PtrToUlong(p)           ((ULONG)(ULONG_PTR)(p))
 #define PtrToLong(p)            ((LONG)(LONG_PTR)(p))
 #define PtrToUint(p)            ((UINT)(UINT_PTR)(p))
-- 
1.5.1.6






More information about the wine-patches mailing list