Changeset 1438 for trunk/dll/misc.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/misc.c

    r1410 r1438  
    845845          else
    846846            ealen = sizeof(FEALIST) + 9;
    847           rc = DosAllocMem((PPVOID) & pfealist, ealen + 64,
    848                            OBJ_TILE | PAG_COMMIT | PAG_READ | PAG_WRITE);
     847          rc = xDosAllocMem((PPVOID) & pfealist, ealen + 64,
     848                            OBJ_TILE | PAG_COMMIT | PAG_READ | PAG_WRITE);
    849849          if (rc)
    850850            Dos_Error(MB_CANCEL, rc, HWND_DESKTOP, pszSrcFile,
Note: See TracChangeset for help on using the changeset viewer.