Changeset 1871 for trunk/dll/dircnrs.h
- Timestamp:
- Sep 21, 2015, 12:57:02 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/dll/dircnrs.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.h
r1682 r1871 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 20 08Steven H. Levine9 Copyright (c) 2001, 2015 Steven H. Levine 10 10 11 11 05 Jan 08 SHL Move dircnrs.c definitions here … … 14 14 all the details view settings (both the global variables and those in the 15 15 DIRCNRDATA struct) into a new struct: DETAILS_SETTINGS. 16 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 16 17 Jan 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 17 20 Sep 15 GKY Add a flag to indicate when a directory needed to be Fleshed and a PCNRITEM 18 previous to try to keep the pci chain intact on renames, delete etc to PCNRITEM 17 19 18 20 ***********************************************************************/ … … 40 42 41 43 typedef struct _CNRITEM 42 { /* CONTAINER RECORD STRUCTURE */44 { /* CONTAINER RECORD STRUCTURE must be first*/ 43 45 MINIRECORDCORE rc; /* Base information */ 44 46 HWND hwndCnr; /* The container holding this record */ … … 59 61 ULONG attrFile; /* Attributes of this file */ 60 62 ULONG flags; 63 BOOL fleshed; 64 struct _CNRITEM *pciPrevious; // Address of pci we are linked to 61 65 } 62 66 CNRITEM, *PCNRITEM;
Note:
See TracChangeset
for help on using the changeset viewer.
