Changeset 1873 for trunk/dll/init.c


Ignore:
Timestamp:
Sep 26, 2015, 7:23:13 PM (10 years ago)
Author:
Gregg Young
Message:

Adjustments to ShowTreeRec to eliminate failures and reduce retries and container noise on tree switches. Remove fInitialDriveScan code. Changes to speed up ExpandAll. WaitFleshWorkListEmpty now gives error message and returns if semaphore request fails more than 5 consecutive times.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1871 r1873  
    140140  24 Aug 15 GKY Remove obsolete code fDontAsk?zip
    141141  20 Sep 15 GKY Move tree expand to a thread.
     142  26 Sep 15 GKY Remove fInitialDriveScan code
    142143 
    143144***********************************************************************/
     
    255256ULONG ulDateFmt;
    256257BOOL fDontSuggestAgain;
    257 BOOL fInitialDriveScan;
    258258BOOL fAmAV2;
    259259BOOL fChangeTarget;
     
    12111211    fSwitchTreeExpand = fNoSearch = fCustomFileDlg = fOtherHelp =
    12121212    fSaveMiniCmds = fUserComboBox = fFM2Deletes = fConfirmTarget =
    1213     fShowTarget = fDrivebarHelp = fCheckMM = fInitialDriveScan =
    1214     fEjectRemovableScan = TRUE;
     1213    fShowTarget = fDrivebarHelp = fCheckMM = fEjectRemovableScan = TRUE;
    12151214  ulCnrType = CCS_EXTENDSEL;
    12161215  FilesToGet = FILESTOGET_MAX;
Note: See TracChangeset for help on using the changeset viewer.