W32API - commctrl.h - TCIS_*
"Filip Navara" <xnavara-VIXq6x/[email protected]> Sat, 13 Sep 2003 10:38:57 +0200
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <003701c379d3$237b9d70$e648b13e@hornet> |
2003-09-13 Filip Navara <xnavara-VIXq6x/[email protected]> * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED): Add definitions. FiN
w32api.diff
(application/octet-stream, 376 B)
--- include/commctrl.h Mon Aug 25 01:55:17 2003 +++ include/commctrl.h Sat Sep 13 07:46:54 2003 @@ -1374,6 +1374,10 @@ #if (_WIN32_IE >= 0x0400) #define TCIF_STATE 16 #endif +#define TCIS_BUTTONPRESSED 1 +#if (_WIN32_IE >= 0x0400) +#define TCIS_HIGHLIGHTED 2 +#endif #define TCM_FIRST 0x1300 #define TCM_GETIMAGELIST (TCM_FIRST+2) #define TCM_SETIMAGELIST (TCM_FIRST+3)
w32api.log
(application/octet-stream, 147 B)
2003-09-13 Filip Navara <xnavara-VIXq6x/[email protected]> * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED): Add definitions.