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

    r1439 r1480  
    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
    7978
    8079***********************************************************************/
     
    632631      *p = 0;
    633632    DosError(FERR_DISABLEHARDERR);
    634     if (!xDosQueryAppType(s, &apptype) &&
     633    if (!DosQueryAppType(s, &apptype) &&
    635634        (apptype & FAPPTYP_DOS ||
    636635         apptype & FAPPTYP_WINDOWSREAL ||
Note: See TracChangeset for help on using the changeset viewer.