Changeset 1627 for trunk/dll/wrappers.h
- Timestamp:
- Aug 26, 2011, 11:48:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/wrappers.h
r1544 r1627 11 11 08 Dec 08 SHL Add missing OS2_INCLUDED check 12 12 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. 13 15 14 16 ***********************************************************************/ … … 26 28 PSZ pszName, 27 29 ULONG cb, 28 ULONG flag); 30 ULONG flag, 31 PCSZ pszSrcFile, 32 UINT uiLineNumber); 29 33 30 34 APIRET xDosAllocMem(PPVOID ppb, … … 32 36 ULONG flag, 33 37 PCSZ pszSrcFile, 34 UINT uiLineNumber); 38 UINT uiLineNumber); 39 40 APIRET xDosAllocMemLow(PPVOID ppb, 41 ULONG cb, 42 ULONG flag, 43 PCSZ pszSrcFile, 44 UINT uiLineNumber); 35 45 36 46 APIRET xDosFindFirst(PSZ pszFileSpec,
Note:
See TracChangeset
for help on using the changeset viewer.