Changeset 814 for trunk/dll/seeall.c
- Timestamp:
- Aug 26, 2007, 11:50:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r787 r814 29 29 14 Aug 07 SHL Revert to DosSleep(0) to speed up inner loops 30 30 14 Aug 07 SHL Drop afFilesToGet 31 26 Aug 07 GKY DosSleep(1) in loops changed to (0) 31 32 32 33 ***********************************************************************/ … … 642 643 goto Abort; 643 644 } 644 DosSleep( 1);645 DosSleep(0); //26 Aug 07 GKY 1 645 646 if (mv.skip || !*mv.target) 646 647 break; … … 1645 1646 for (x = 0; x < ad->affiles; x++) 1646 1647 ad->afhead[x].flags &= (~(AF_DUPE | AF_SELECTED)); 1647 DosSleep( 1);1648 DosSleep(0); //26 Aug 07 GKY 1 1648 1649 for (x = 0; x < ad->affiles && !ad->stopflag; x++) { 1649 1650 if (!(ad->afhead[x].flags & (AF_DUPE | AF_FILTERED))) { … … 2034 2035 DoADir(hwnd, startname); 2035 2036 PostMsg(hwnd, UM_RESCAN, MPVOID, MPVOID); 2036 DosSleep( 1);2037 DosSleep(0); //26 Aug 07 GKY 1 2037 2038 } 2038 2039 }
Note:
See TracChangeset
for help on using the changeset viewer.