Changeset 1846 for trunk/dll/worker.c
- Timestamp:
- Aug 12, 2015, 10:31:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.c
r1834 r1846 68 68 24 Jun 15 GKY Corrected failure to show error message when locked non-exe/dll file fails 69 69 delete 70 12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly 71 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 70 72 71 73 ***********************************************************************/ … … 1804 1806 } 1805 1807 else 1806 error = DosForceDelete(wk->li->list[x]);1808 error = xDosForceDelete(wk->li->list[x]); 1807 1809 } 1808 1810 DosReleaseMutexSem(hmtxFM2Delete);
Note:
See TracChangeset
for help on using the changeset viewer.