Changeset 1880 for trunk/dll/worker.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.c
r1877 r1880 83 83 #define INCL_DOS 84 84 #define INCL_DOSERRORS 85 // #define INCL_WINPROGRAMLIST // 13 Jul 09 SHL dropped86 // #define INCL_WINHELP // 13 Jul 09 SHL dropped87 85 #define INCL_LONGLONG 88 86 #define INCL_WINPOINTERS // WinSetFileIcon 89 // #define INCL_WINWORKPLACE // 13 Jul 09 SHL dropped90 87 #define INCL_WINSHELLDATA // PrfQueryProfileData 91 88 … … 467 464 wk->li->list[x]); 468 465 AddNote(message); 469 if (//fSyncUpdates || 470 AddToList(outname, &files, &cFilesModified, &cItemsAllocated)) 466 if (AddToList(outname, &files, &cFilesModified, &cItemsAllocated)) 471 467 Broadcast(hab2, 472 468 wk->hwndCnr, … … 572 568 goto Abort; 573 569 if (ret == 1) { 574 if (//fSyncUpdates || 575 AddToList(wk->li->list[x], 570 if (AddToList(wk->li->list[x], 576 571 &files, &cFilesModified, &cItemsAllocated)) 577 572 Broadcast(hab2, … … 1094 1089 if (toupper(*wk->li->targetpath) < 'C' && !fAlertBeepOff) 1095 1090 DosBeep(1000, 25); // Wake up user 1096 DosSleep(16); //05 Aug 07 GKY 331091 DosSleep(16); 1097 1092 if (wk->li->type == IDM_WPSMOVE || wk->li->type == IDM_WPSCOPY) 1098 DosSleep(48); //05 Aug 07 GKY 961093 DosSleep(48); 1099 1094 break; 1100 1095 default: … … 1298 1293 strcpy(szBuffer, wk->li->targetpath); 1299 1294 AddBackslashToPath(wk->li->targetpath); 1300 //if (wk->li->targetpath[strlen(wk->li->targetpath) - 1] != '\\')1301 // strcat(szBuffer, "\\");1302 1295 p = szBuffer + strlen(szBuffer); 1303 1296 for (x = 0; wk->li->list[x]; x++) { … … 1836 1829 AddNote(prompt); 1837 1830 } 1838 if (//fSyncUpdates || 1839 AddToList(wk->li->list[x], &files, &numfiles, &numalloc)) { 1831 if (AddToList(wk->li->list[x], &files, &numfiles, &numalloc)) { 1840 1832 Broadcast(hab2, 1841 1833 wk->hwndCnr,
Note:
See TracChangeset
for help on using the changeset viewer.