Changeset 22081 for branches/swt/include/win/commctrl.h
- Timestamp:
- Aug 23, 2014, 4:21:44 PM (11 years ago)
- File:
-
- 1 edited
-
branches/swt/include/win/commctrl.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/include/win/commctrl.h
r22080 r22081 1608 1608 LPSTR lpszText; 1609 1609 LPARAM lParam; 1610 ///-------------------------------------------------------------------[swt-os2] 1611 void *lpReserved; 1612 ///---------------------------------------------------------------------------- 1610 1613 } TTTOOLINFOA, *LPTOOLINFOA, *PTOOLINFOA, *LPTTTOOLINFOA; 1611 1614 … … 1619 1622 LPWSTR lpszText; 1620 1623 LPARAM lParam; 1624 ///-------------------------------------------------------------------[swt-os2] 1625 void *lpReserved; 1626 ///---------------------------------------------------------------------------- 1621 1627 } TTTOOLINFOW, *LPTOOLINFOW, *PTOOLINFOW, *LPTTTOOLINFOW; 1622 1628 … … 3232 3238 #define NMLVCUSTOMDRAW_V3_SIZE CCSIZEOF_STRUCT(NMLCUSTOMDRW, clrTextBk) 3233 3239 3240 ///-------------------------------------------------------------------[swt-os2] 3241 /// Substituted the Wine structure, which is different in layout and size. 3242 /* 3234 3243 typedef struct tagNMLVCUSTOMDRAW 3235 3244 { … … 3239 3248 int iSubItem; 3240 3249 } NMLVCUSTOMDRAW, *LPNMLVCUSTOMDRAW; 3250 */ 3251 typedef struct tagNMLVCUSTOMDRAW 3252 { 3253 NMCUSTOMDRAW nmcd; 3254 COLORREF clrText; 3255 COLORREF clrTextBk; 3256 int iSubItem; /* (_WIN32_IE >= 0x0400) */ 3257 DWORD dwItemType; /* (_WIN32_IE >= 0x560) */ 3258 COLORREF clrFace; /* (_WIN32_IE >= 0x560) */ 3259 int iIconEffect; /* (_WIN32_IE >= 0x560) */ 3260 int iIconPhase; /* (_WIN32_IE >= 0x560) */ 3261 int iPartId; /* (_WIN32_IE >= 0x560) */ 3262 int iStateId; /* (_WIN32_IE >= 0x560) */ 3263 RECT rcText; /* (_WIN32_IE >= 0x560) */ 3264 UINT uAlign; /* (_WIN32_IE >= 0x560) */ 3265 } NMLVCUSTOMDRAW, *LPNMLVCUSTOMDRAW; 3266 ///---------------------------------------------------------------------------- 3241 3267 3242 3268 typedef struct tagNMLVCACHEHINT
Note:
See TracChangeset
for help on using the changeset viewer.
