Changeset 1627 for trunk/dll/wrappers.h


Ignore:
Timestamp:
Aug 26, 2011, 11:48:06 PM (14 years ago)
Author:
Gregg Young
Message:

Add a low mem version of xDosAlloc* wrappers; move error checking into all the xDosAlloc* wrappers. Ticket 471

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/wrappers.h

    r1544 r1627  
    1111  08 Dec 08 SHL Add missing OS2_INCLUDED check
    1212  12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory
     13  26 Aug 11 GKY Add a low mem version of xDosAlloc* wrappers; move error checking into all the
     14                xDosAlloc* wrappers.
    1315
    1416***********************************************************************/
     
    2628                          PSZ pszName,
    2729                          ULONG cb,
    28                           ULONG flag);
     30                          ULONG flag,
     31                          PCSZ pszSrcFile,
     32                          UINT uiLineNumber);
    2933
    3034APIRET xDosAllocMem(PPVOID ppb,
     
    3236                    ULONG flag,
    3337                    PCSZ pszSrcFile,
    34                     UINT uiLineNumber);
     38                    UINT uiLineNumber);
     39
     40APIRET xDosAllocMemLow(PPVOID ppb,
     41                       ULONG cb,
     42                       ULONG flag,
     43                       PCSZ pszSrcFile,
     44                       UINT uiLineNumber);
    3545
    3646APIRET xDosFindFirst(PSZ pszFileSpec,
Note: See TracChangeset for help on using the changeset viewer.