Changeset 2425


Ignore:
Timestamp:
Oct 31, 2005, 12:18:01 PM (20 years ago)
Author:
bird
Message:

fixed legacy problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/sharedpm.c

    r2424 r2425  
    23312331            {
    23322332                cb = SPM_MEMORY_SIZE;
    2333                 rc = DosAllocSharedMem(pv, (PCSZ)SPM_MEMORY_NAME, cb, PAG_READ | PAG_WRITE | PAG_COMMIT);
     2333                rc = DosAllocSharedMem(&pv, (PCSZ)SPM_MEMORY_NAME, cb, PAG_READ | PAG_WRITE | PAG_COMMIT);
    23342334            }
    23352335            if (!rc)
Note: See TracChangeset for help on using the changeset viewer.