Changeset 1439 for trunk/dll/wrappers.h
- Timestamp:
- Jul 12, 2009, 11:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/wrappers.h
r1438 r1439 10 10 11 11 08 Dec 08 SHL Add missing OS2_INCLUDED check 12 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory 12 13 13 14 ***********************************************************************/ … … 20 21 #endif 21 22 23 APIRET xDosQueryAppType(PCSZ pszName, PULONG pFlags); 24 22 25 APIRET xDosAllocSharedMem(PPVOID ppb, 23 26 PSZ pszName, … … 27 30 APIRET xDosAllocMem(PPVOID ppb, 28 31 ULONG cb, 29 ULONG flag); 32 ULONG flag, 33 PCSZ pszSrcFile, 34 UINT uiLineNumber); 30 35 31 36 APIRET xDosFindFirst(PSZ pszFileSpec,
Note:
See TracChangeset
for help on using the changeset viewer.