Changeset 1880 for trunk/dll/seeall.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/dll/seeall.c (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1877 r1880 72 72 #include <string.h> 73 73 #include <ctype.h> 74 // #include <process.h>75 74 76 75 #define INCL_DOS … … 719 718 goto Abort; 720 719 } 721 DosSleep(0); //26 Aug 07 GKY 1720 DosSleep(0); 722 721 if (mv.skip || !*mv.target) 723 722 break; … … 1194 1193 if (toupper(*path) < 'C' && !fAlertBeepOff) 1195 1194 DosBeep(1000, 25); 1196 DosSleep(16); // 05 Aug 07 GKY 331195 DosSleep(16); 1197 1196 break; 1198 1197 … … 1395 1394 TileChildren(hwndMain, TRUE); 1396 1395 WinSetWindowPos(hwndC, HWND_TOP, 0, 0, 0, 0, SWP_ACTIVATE); 1397 DosSleep(100); //05 Aug 07 GKY 2501396 DosSleep(100); 1398 1397 } 1399 1398 } 1400 1399 else { 1401 1400 StartCollector(HWND_DESKTOP, 4); 1402 DosSleep(100); //05 Aug 07 GKY 2501401 DosSleep(100); 1403 1402 } 1404 1403 } … … 1748 1747 for (x = 0; x < ad->afheadcnt; x++) 1749 1748 ad->afhead[x].flags &= (~(AF_DUPE | AF_SELECTED)); 1750 DosSleep(0); //26 Aug 07 GKY 11749 DosSleep(0); 1751 1750 for (x = 0; x < ad->afheadcnt && !ad->stopflag; x++) { 1752 1751 if (!(ad->afhead[x].flags & (AF_DUPE | AF_FILTERED))) { … … 2176 2175 break; 2177 2176 PostMsg(hwnd, UM_RESCAN, MPVOID, MPVOID); 2178 DosSleep(0); //26 Aug 07 GKY 12177 DosSleep(0); 2179 2178 } 2180 2179 } // for … … 2736 2735 } 2737 2736 else { 2738 DosSleep(50); //05 Aug 07 GKY 1002737 DosSleep(50); 2739 2738 PostMsg(hwnd, UM_SETUP, MPVOID, MPVOID); 2740 2739 PostMsg(hwnd, UM_SETUP2, MPVOID, MPVOID); … … 4205 4204 else { 4206 4205 DosReleaseMutexSem(pAD->hmtxScan); 4207 DosSleep(50); //05 Aug 07 GKY 1004206 DosSleep(50); 4208 4207 WinInvalidateRect(hwnd, NULL, FALSE); 4209 4208 PostMsg(hwnd, UM_SETUP2, MPVOID, MPVOID); … … 4388 4387 } 4389 4388 else if (SHORT1FROMMP(mp1) == IDM_COLLECTOR) { 4390 DosSleep(50); //05 Aug 07 GKY 1004389 DosSleep(50); 4391 4390 if (!PostMsg(hwnd, msg, mp1, mp2)) 4392 4391 WinSendMsg(hwnd, msg, mp1, mp2);
Note:
See TracChangeset
for help on using the changeset viewer.
