Changeset 1438 for trunk/dll/subj.c


Ignore:
Timestamp:
Jun 28, 2009, 10:47:00 PM (16 years ago)
Author:
Gregg Young
Message:

Improved drivebar changes; Added AddBackslashToPath() to remove repeatative code. replaced "
" with PCSZ variable; ANY_OBJ added the DosAlloc... (experimental)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/subj.c

    r1402 r1438  
    125125      else
    126126        ealen = sizeof(FEALIST) + 9;
    127       rc = DosAllocMem((PPVOID) & pfealist, ealen + 1L,
    128                        OBJ_TILE | PAG_COMMIT | PAG_READ | PAG_WRITE);
     127      rc = xDosAllocMem((PPVOID) & pfealist, ealen + 1L,
     128                        OBJ_TILE | PAG_COMMIT | PAG_READ | PAG_WRITE);
    129129      if (rc)
    130130        Dos_Error(MB_CANCEL, rc, hwnd, pszSrcFile, __LINE__,
Note: See TracChangeset for help on using the changeset viewer.