Changeset 1439 for trunk/dll/wrappers.h


Ignore:
Timestamp:
Jul 12, 2009, 11:57:04 PM (16 years ago)
Author:
Gregg Young
Message:

Changes to allow high mem loading of dll; Refactor .LONGNAME and .SUBJECT EA fetch to FetchCommonEAs. Add szFSType to FillInRecordFromFSA use to bypass EA scan and size formatting for tree container; Fix labels/FS type to work on scan on NOPRESCAN Drives; Fixed dbl directory names on restore of dir cnrs; (Tickets 47, 339, 363, 368, 369, 370)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/wrappers.h

    r1438 r1439  
    1010
    1111  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
    1213
    1314***********************************************************************/
     
    2021#endif
    2122
     23APIRET xDosQueryAppType(PCSZ pszName, PULONG pFlags);
     24
    2225APIRET xDosAllocSharedMem(PPVOID ppb,
    2326                          PSZ pszName,
     
    2730APIRET xDosAllocMem(PPVOID ppb,
    2831                    ULONG cb,
    29                     ULONG flag);
     32                    ULONG flag,
     33                    PCSZ pszSrcFile,
     34                    UINT uiLineNumber);
    3035
    3136APIRET xDosFindFirst(PSZ pszFileSpec,
Note: See TracChangeset for help on using the changeset viewer.