Changeset 1480 for trunk/dll/avv.c


Ignore:
Timestamp:
Nov 22, 2009, 11:58:49 PM (16 years ago)
Author:
Gregg Young
Message:

Fix failure to correctly check for large file support in FindSwapperDat fall back code minor streamling. Add LVM.EXE to partition submenu. Stop using xDosQueryAppType where the file name it is passed is already a local stack variable. Correct a typo in several file header comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avv.c

    r1439 r1480  
    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
    3231
    3332***********************************************************************/
     
    404403    *error = 1;
    405404  else {
    406     ret = (INT) xDosQueryAppType(p, &apptype);
     405    ret = (INT) DosQueryAppType(p, &apptype);
    407406    apptype &= (~FAPPTYP_32BIT);
    408407    if (!apptype ||
Note: See TracChangeset for help on using the changeset viewer.