Changeset 787 for trunk/dll/objcnr.c
- Timestamp:
- Aug 19, 2007, 11:02:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/objcnr.c
r783 r787 20 20 13 Aug 07 SHL Avoid realloc - not needed; sanitize code 21 21 13 Aug 07 SHL Move #pragma alloc_text to end for OpenWatcom compat 22 14 Aug 07 SHL Revert ProcessDir DosSleep to 0 22 23 23 24 ***********************************************************************/ … … 185 186 pffbFile = (PFILEFINDBUF3)((PBYTE)pffbFile + pffbFile->oNextEntryOffset); 186 187 } // for 187 DosSleep( 1);188 DosSleep(0); // Let's others at same priority get some work done 188 189 if (*stopflag) 189 190 break;
Note:
See TracChangeset
for help on using the changeset viewer.