From 39d3651cad5e7a7192727c42dde90ab29770357d Mon Sep 17 00:00:00 2001
From: Earnie Boyd <earnie@users.sf.net>
Date: Wed, 21 Aug 2002 12:07:51 +0000
Subject: [PATCH] 	* include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam. 
 Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.

---
 winsup/w32api/ChangeLog          | 5 +++++
 winsup/w32api/include/commctrl.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 10cb96c6e..bdb260e79 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-21  Earnie Boyd  <earnie@users.sf.net>
+
+	* include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
+	Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
+
 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
 
 	* include/ws2spi.h: Modify comment about being part of
diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h
index 7f0798594..a7b12069c 100644
--- a/winsup/w32api/include/commctrl.h
+++ b/winsup/w32api/include/commctrl.h
@@ -1523,7 +1523,7 @@ typedef struct tagNMCUSTOMDRAWINFO {
     RECT     rc;
     DWORD    dwItemSpec;
     UINT     uItemState;
-    LPARAM   lItemParam;
+    LPARAM   lItemlParam;
 } NMCUSTOMDRAW, *LPNMCUSTOMDRAW;
 typedef struct tagNMLVCUSTOMDRAW {
     NMCUSTOMDRAW nmcd;