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

    r1438 r1439  
    2121  24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file
    2222  28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code.
     23  12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory
    2324
    2425***********************************************************************/
     
    434435        }
    435436      }
    436       if (DosQueryAppType(executable, &apptype) ||
     437      if (xDosQueryAppType(executable, &apptype) ||
    437438          (apptype && !(apptype &
    438439                        (FAPPTYP_NOTWINDOWCOMPAT |
Note: See TracChangeset for help on using the changeset viewer.