Changeset 1846 for trunk/dll/init.c
- Timestamp:
- Aug 12, 2015, 10:31:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1838 r1846 133 133 02 Aug 15 GKY Serialize local hard drive scanning to reduce drive thrashing continue to scan 134 134 all other drive types in separate threads. 135 12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly 136 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 135 137 136 138 ***********************************************************************/ … … 653 655 } 654 656 BldFullPathName(szTempFile, pTmpDir, PCSZ_FM2PLAYTEMP); 655 DosForceDelete(szTempFile);657 xDosForceDelete(szTempFile); 656 658 if (pTmpDir) { 657 659 wipeallf(TRUE, "%s\\*", pTmpDir);
Note:
See TracChangeset
for help on using the changeset viewer.