Changeset 1628 for trunk/dll/misc.c


Ignore:
Timestamp:
Aug 27, 2011, 9:35:39 PM (14 years ago)
Author:
Gregg Young
Message:

Hard coded the flags for the xDosAlloc* wrappers and added a description for each of them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.c

    r1627 r1628  
    884884          else
    885885            ealen = sizeof(FEALIST) + 9;
    886           if (!xDosAllocMem((PPVOID) & pfealist, ealen + 64,
    887                             PAG_COMMIT | PAG_READ | PAG_WRITE, pszSrcFile, __LINE__)) {
     886          if (!xDosAllocMem((PPVOID) & pfealist, ealen + 64, pszSrcFile, __LINE__)) {
    888887            memset(pfealist, 0, ealen + 1);
    889888            pfealist->cbList = ealen;
Note: See TracChangeset for help on using the changeset viewer.