Changeset 1846 for trunk/dll/systemf.c


Ignore:
Timestamp:
Aug 12, 2015, 10:31:54 PM (10 years ago)
Author:
John Small
Message:

Ticket #524: Ensure no "highmem-unsafe" functions are called directly
Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/systemf.c

    r1843 r1846  
    4545                and file.
    4646  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
    4749
    4850***********************************************************************/
     
    12171219        switch_to(pszDirectory);
    12181220      }
    1219       ret = DosStartSession(&sdata, &ulSessID, &sessPID);
     1221      ret = xDosStartSession(&sdata, &ulSessID, &sessPID);
    12201222
    12211223
Note: See TracChangeset for help on using the changeset viewer.