Changeset 1628 for trunk/dll/subj.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/subj.c

    r1627 r1628  
    128128      else
    129129        ealen = sizeof(FEALIST) + 9;
    130       if (!xDosAllocMem((PPVOID) & pfealist, ealen + 1L,
    131                         PAG_COMMIT | PAG_READ | PAG_WRITE, pszSrcFile, __LINE__)) {
     130      if (!xDosAllocMem((PPVOID) & pfealist, ealen + 1L, pszSrcFile, __LINE__)) {
    132131        memset(pfealist, 0, ealen + 1);
    133132        pfealist->cbList = ealen;
Note: See TracChangeset for help on using the changeset viewer.