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

    r1439 r1480  
    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
    2423
    2524***********************************************************************/
     
    435434        }
    436435      }
    437       if (xDosQueryAppType(executable, &apptype) ||
     436      if (DosQueryAppType(executable, &apptype) ||
    438437          (apptype && !(apptype &
    439438                        (FAPPTYP_NOTWINDOWCOMPAT |
Note: See TracChangeset for help on using the changeset viewer.