Changeset 1566 for trunk/include
- Timestamp:
- Nov 2, 1999, 10:50:40 PM (26 years ago)
- Location:
- trunk/include/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/listview.h
r499 r1566 7 7 #ifndef __WINE_LISTVIEW_H 8 8 #define __WINE_LISTVIEW_H 9 10 #include "commctrl.h" 11 #include "windef.h" 12 #include "wingdi.h" 9 13 10 14 typedef struct tagLISTVIEW_SUBITEM … … 57 61 PFNLVCOMPARE pfnCompare; 58 62 LPARAM lParamSort; 59 63 HWND hwndEdit; 64 LISTVIEW_ITEM *lpeditItem; 65 60 66 } LISTVIEW_INFO; 61 67 -
trunk/include/win/module.h
r796 r1566 1 /* $Id: module.h,v 1. 3 1999-09-02 17:39:35 phallerExp $ */1 /* $Id: module.h,v 1.4 1999-11-02 21:50:40 achimha Exp $ */ 2 2 3 3 /* … … 163 163 164 164 165 #ifndef __WIN32OS2__166 165 /* Resource types */ 167 166 typedef struct resource_typeinfo_s NE_TYPEINFO; … … 177 176 (((OFSTRUCT *)((char*)(pModule) + (pModule)->fileinfo))->szPathName) 178 177 #endif 178 179 #ifndef __WIN32OS2__ 179 180 180 181 /* module.c */
Note:
See TracChangeset
for help on using the changeset viewer.