Changeset 1876 for trunk/dll/flesh.c


Ignore:
Timestamp:
Oct 11, 2015, 1:42:28 AM (10 years ago)
Author:
Gregg Young
Message:

Eliminate some unnecessary Flesh and UnFlesh calls.Update icon and display name on CD/DVD eject in all cases.
Don't use Flesh thread for floppy drive scans fix them getting mistakenly identified as directories and add nonexistent subdirectories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/flesh.c

    r1874 r1876  
    4545                fails more than 5 consecutive times.
    4646  27 Sep 15 GKY DosSleep times in WaitFleshWorkListEmpty set by caller
     47  10 Oct 15 GKY Don't use Flesh thread for floppy drive scans fix them getting mistakenly identified
     48                as directories and add nonexistent subdirectories.
    4749
    4850***********************************************************************/
     
    100102BOOL fFilesInTree;
    101103
    102 BOOL Flesh(HWND hwndCnr, PCNRITEM pciParent);
     104//BOOL Flesh(HWND hwndCnr, PCNRITEM pciParent);
    103105
    104106BOOL Stubby(HWND hwndCnr, PCNRITEM pciParent);
    105107BOOL FleshEnv(HWND hwndCnr, PCNRITEM pciParent);
    106 VOID UnFlesh(HWND hwndCnr, PCNRITEM pciParent);
     108//VOID UnFlesh(HWND hwndCnr, PCNRITEM pciParent);
    107109
    108110/**
     
    657659                }
    658660                else
    659                   ok = TRUE;
     661                  ok = TRUE;
    660662              }
    661663            }
Note: See TracChangeset for help on using the changeset viewer.