Changeset 829 for trunk/dll/datamin.c


Ignore:
Timestamp:
Sep 3, 2007, 4:48:29 AM (18 years ago)
Author:
Steven Levine
Message:

Update DosQProcStatus declarations for OpenWatcom compat
Layout KILL_FRAME to avoid text overlap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/datamin.c

    r828 r829  
    807807        APIRET rc;
    808808
    809         rc = DosAllocMem((PVOID) & pbh, USHRT_MAX + 4096,
     809        rc = DosAllocMem((PVOID)&pbh, USHRT_MAX + 4096,
    810810                         PAG_COMMIT | OBJ_TILE | PAG_READ | PAG_WRITE);
    811811        if (rc)
     
    813813                    GetPString(IDS_OUTOFMEMORY));
    814814        else {
    815           if (DosQProcStatus(pbh, USHRT_MAX))
     815          if (DosQProcStatus((ULONG *)pbh, USHRT_MAX))
    816816            noqproc = TRUE;
    817817          else {
Note: See TracChangeset for help on using the changeset viewer.