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

    r1627 r1628  
    328328  else
    329329    ealen = sizeof(FEALIST) + 10;
    330   if (xDosAllocMem((PPVOID) &pfealist,
    331                    ealen + 32L, PAG_COMMIT | PAG_READ | PAG_WRITE,
    332                    pszSrcFile, __LINE__))
     330  if (xDosAllocMem((PPVOID) &pfealist, ealen + 32L, pszSrcFile, __LINE__))
    333331    return FALSE;
    334332  else {
Note: See TracChangeset for help on using the changeset viewer.