Changeset 1846 for trunk/dll/seeall.c
- Timestamp:
- Aug 12, 2015, 10:31:54 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/dll/seeall.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1803 r1846 64 64 02 May 15 GKY Changes to allow a JAVA executable object to be created using "Real object" 65 65 menu item on a jar file. 66 12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly 67 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 66 68 67 69 ***********************************************************************/ … … 1098 1100 error = DosDelete(list[x]); 1099 1101 else 1100 error = DosForceDelete(list[x]);1102 error = xDosForceDelete(list[x]); 1101 1103 if (error) { 1102 1104 DosError(FERR_DISABLEHARDERR); … … 1111 1113 error = DosDelete(list[x]); 1112 1114 else 1113 error = DosForceDelete(list[x]);1115 error = xDosForceDelete(list[x]); 1114 1116 } 1115 1117 }
Note:
See TracChangeset
for help on using the changeset viewer.
