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

    r1398 r1439  
    2929  23 Nov 08 JBS Support use of CMD files in archiver definitions
    3030  11 Jan 08 GKY Replace "ARCHIVER.BB2" in string file with global set at compile in init.c
     31  12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory
    3132
    3233***********************************************************************/
     
    403404    *error = 1;
    404405  else {
    405     ret = (INT) DosQueryAppType(p, &apptype);
     406    ret = (INT) xDosQueryAppType(p, &apptype);
    406407    apptype &= (~FAPPTYP_32BIT);
    407408    if (!apptype ||
Note: See TracChangeset for help on using the changeset viewer.