Changeset 1439 for trunk/dll/subj.c


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/subj.c

    r1438 r1439  
    1515  01 Sep 07 GKY Use xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry
    1616  08 Mar 09 GKY Additional strings move to PCSZs
     17  12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory
    1718
    1819***********************************************************************/
     
    126127        ealen = sizeof(FEALIST) + 9;
    127128      rc = xDosAllocMem((PPVOID) & pfealist, ealen + 1L,
    128                         OBJ_TILE | PAG_COMMIT | PAG_READ | PAG_WRITE);
     129                        PAG_COMMIT | PAG_READ | PAG_WRITE, pszSrcFile, __LINE__);
    129130      if (rc)
    130131        Dos_Error(MB_CANCEL, rc, hwnd, pszSrcFile, __LINE__,
Note: See TracChangeset for help on using the changeset viewer.