Changeset 1876 for trunk/dll/flesh.c
- Timestamp:
- Oct 11, 2015, 1:42:28 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/dll/flesh.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/flesh.c
r1874 r1876 45 45 fails more than 5 consecutive times. 46 46 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. 47 49 48 50 ***********************************************************************/ … … 100 102 BOOL fFilesInTree; 101 103 102 BOOL Flesh(HWND hwndCnr, PCNRITEM pciParent);104 //BOOL Flesh(HWND hwndCnr, PCNRITEM pciParent); 103 105 104 106 BOOL Stubby(HWND hwndCnr, PCNRITEM pciParent); 105 107 BOOL FleshEnv(HWND hwndCnr, PCNRITEM pciParent); 106 VOID UnFlesh(HWND hwndCnr, PCNRITEM pciParent);108 //VOID UnFlesh(HWND hwndCnr, PCNRITEM pciParent); 107 109 108 110 /** … … 657 659 } 658 660 else 659 ok = TRUE;661 ok = TRUE; 660 662 } 661 663 }
Note:
See TracChangeset
for help on using the changeset viewer.
