Dmitry Timoshkov : basetsd.h: Fix a typo in the parameter name.

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 23 08:10:56 CDT 2007


Module: wine
Branch: master
Commit: 0cfe42b7da7f4245699d17d4aec3b740d7b34d9e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0cfe42b7da7f4245699d17d4aec3b740d7b34d9e

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Wed May 23 17:32:33 2007 +0900

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..84ab6a9 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))




More information about the wine-cvs mailing list