Changeset 2779 for trunk/include/win/listview.h
- Timestamp:
- Feb 14, 2000, 6:28:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/listview.h
r1774 r2779 8 8 #define __WINE_LISTVIEW_H 9 9 10 #include "commctrl.h" 11 #include "windef.h" 12 #include "wingdi.h" 13 14 /* Some definitions for inline edit control */ 10 /* Some definitions for inline edit control */ 15 11 typedef BOOL (*EditlblCallback)(HWND, LPSTR, DWORD); 16 12 … … 72 68 LPARAM lParamSort; 73 69 HWND hwndEdit; 70 BOOL bDoEditLabel; 74 71 EDITLABEL_ITEM *pedititem; 75 72 76 73 } LISTVIEW_INFO; 77 74
Note:
See TracChangeset
for help on using the changeset viewer.