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

    r1627 r1628  
    107107        mem = MLEgetlen(hwndMLE);
    108108        if (mem) {
    109           if (xDosAllocMem((PVOID) & bat, mem,
    110                            PAG_COMMIT | PAG_READ | PAG_WRITE, pszSrcFile, __LINE__)) {
     109          if (xDosAllocMem((PVOID) & bat, mem, pszSrcFile, __LINE__)) {
    111110            WinDismissDlg(hwnd, 0);
    112111            break;
Note: See TracChangeset for help on using the changeset viewer.