Changeset 1439 for trunk/dll/arccnrs.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/arccnrs.c

    r1438 r1439  
    7676  08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used)
    7777  12 Mar 09 SHL Use common SearchContainer
     78  12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory
    7879
    7980***********************************************************************/
     
    631632      *p = 0;
    632633    DosError(FERR_DISABLEHARDERR);
    633     if (!DosQueryAppType(s, &apptype) &&
     634    if (!xDosQueryAppType(s, &apptype) &&
    634635        (apptype & FAPPTYP_DOS ||
    635636         apptype & FAPPTYP_WINDOWSREAL ||
Note: See TracChangeset for help on using the changeset viewer.