OSDN Git Service

* include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
authorearnie <earnie>
Wed, 21 Aug 2002 12:07:50 +0000 (12:07 +0000)
committerearnie <earnie>
Wed, 21 Aug 2002 12:07:50 +0000 (12:07 +0000)
Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.

winsup/w32api/ChangeLog
winsup/w32api/include/commctrl.h

index 10cb96c..bdb260e 100644 (file)
@@ -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
index 7f07985..a7b1206 100644 (file)
@@ -1523,7 +1523,7 @@ typedef struct tagNMCUSTOMDRAWINFO {
     RECT     rc;
     DWORD    dwItemSpec;
     UINT     uItemState;
-    LPARAM   lItemParam;
+    LPARAM   lItemlParam;
 } NMCUSTOMDRAW, *LPNMCUSTOMDRAW;
 typedef struct tagNMLVCUSTOMDRAW {
     NMCUSTOMDRAW nmcd;