Changeset 1439 for trunk/dll/collect.c


Ignore:
Timestamp:
Jul 12, 2009, 11:57:04 PM (16 years ago)
Author:
Gregg Young
Message:

Changes to allow high mem loading of dll; Refactor .LONGNAME and .SUBJECT EA fetch to FetchCommonEAs. Add szFSType to FillInRecordFromFSA use to bypass EA scan and size formatting for tree container; Fix labels/FS type to work on scan on NOPRESCAN Drives; Fixed dbl directory names on restore of dir cnrs; (Tickets 47, 339, 363, 368, 369, 370)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/collect.c

    r1430 r1439  
    6666  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    6767  06 Jun 09 GKY Add option to show file system type or drive label in tree
     68  12 Jul 09 GKY Add szFSType to FillInRecordFromFSA use to bypass EA scan and size formatting
     69                for tree container
    6870
    6971***********************************************************************/
     
    836838                dcd->ullTotalBytes += FillInRecordFromFSA(dcd->hwndCnr, pci,
    837839                                                          fullname,
    838                                                           &fs4, FALSE, NULL, dcd);
     840                                                          &fs4, FALSE, 0, dcd);
    839841                memset(&ri, 0, sizeof(RECORDINSERT));
    840842                ri.cb = sizeof(RECORDINSERT);
Note: See TracChangeset for help on using the changeset viewer.