Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2002-08-21 16:07:51 +0400
committerEarnie Boyd <earnie@users.sf.net>2002-08-21 16:07:51 +0400
commit39d3651cad5e7a7192727c42dde90ab29770357d (patch)
treec2e82f5e2eca4759ef3c54c972c414eac8597c88
parentcfb5d4db12e36486971ca07b8ac9f2958dcfa165 (diff)
* include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/commctrl.h2
2 files changed, 6 insertions, 1 deletions
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;