Changeset 1846 for trunk/dll/init.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/init.c

    r1838 r1846  
    133133  02 Aug 15 GKY Serialize local hard drive scanning to reduce drive thrashing continue to scan
    134134                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
    135137
    136138***********************************************************************/
     
    653655  }
    654656  BldFullPathName(szTempFile, pTmpDir, PCSZ_FM2PLAYTEMP);
    655   DosForceDelete(szTempFile);
     657  xDosForceDelete(szTempFile);
    656658  if (pTmpDir) {
    657659    wipeallf(TRUE, "%s\\*", pTmpDir);
Note: See TracChangeset for help on using the changeset viewer.