Changeset 1402 for trunk/dll/update.c
- Timestamp:
- Mar 14, 2009, 6:17:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/update.c
r1398 r1402 19 19 02 Aug 07 SHL Sync with CNRITEM mods 20 20 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 21 14 Mar 09 GKY Prevent execution of UM_SHOWME while drive scan is occuring 21 22 22 23 ***********************************************************************/ … … 190 191 PostMsg(hwndCnr, UM_RESCAN, MPVOID, MPVOID); 191 192 if (pci->attrFile & FILE_DIRECTORY) { 192 if (fInitialDriveScan)193 /*if (fInitialDriveScan) 193 194 Stubby(hwndCnr, pci); 194 195 else { 195 196 while (StubbyScanCount != 0) 196 DosSleep(50); 197 198 }197 DosSleep(50);*/ 198 Stubby(hwndCnr, pci); 199 //} 199 200 } 200 201 } … … 290 291 dcd->ullTotalBytes += ullTotalBytes; 291 292 } 292 if (fInitialDriveScan)293 /*if (fInitialDriveScan) 293 294 Stubby(hwndCnr, pci); 294 295 else { 295 296 while (StubbyScanCount != 0) 296 DosSleep(50); 297 298 }297 DosSleep(50);*/ 298 Stubby(hwndCnr, pci); 299 //} 299 300 } 300 301 } … … 464 465 repos = TRUE; 465 466 if (pci->attrFile & FILE_DIRECTORY) { 466 if (fInitialDriveScan)467 /*if (fInitialDriveScan) 467 468 Stubby(hwndCnr, pci); 468 469 else { 469 470 while (StubbyScanCount != 0) 470 DosSleep(50); 471 472 }471 DosSleep(50);*/ 472 Stubby(hwndCnr, pci); 473 // } 473 474 } 474 475 } … … 569 570 } 570 571 repos = TRUE; 571 if (fInitialDriveScan)572 /*if (fInitialDriveScan) 572 573 Stubby(hwndCnr, pci); 573 574 else { 574 575 while (StubbyScanCount != 0) 575 DosSleep(50); 576 577 }576 DosSleep(50);*/ 577 Stubby(hwndCnr, pci); 578 //} 578 579 } 579 580 else
Note:
See TracChangeset
for help on using the changeset viewer.