Changeset 1846 for trunk/dll/systemf.c
- Timestamp:
- Aug 12, 2015, 10:31:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/systemf.c
r1843 r1846 45 45 and file. 46 46 28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed 47 12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly 48 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 47 49 48 50 ***********************************************************************/ … … 1217 1219 switch_to(pszDirectory); 1218 1220 } 1219 ret = DosStartSession(&sdata, &ulSessID, &sessPID);1221 ret = xDosStartSession(&sdata, &ulSessID, &sessPID); 1220 1222 1221 1223
Note:
See TracChangeset
for help on using the changeset viewer.