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

    r1444 r1480  
    3232  07 Feb 09 GKY Add *DateFormat functions to format dates based on locale
    3333  08 Mar 09 GKY Renamed commafmt.h i18nutil.h
    34   12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory
    3534  12 Jul 09 GKY Remove code to update recursive scan setting which isn't user setable
    3635  22 Jul 09 GKY Check if drives support EAs add driveflag for this
     
    760759        WinCheckButton(hwnd, FLE_SYSTEM, ((fs.attrFile & FILE_SYSTEM) != 0));
    761760        DosError(FERR_DISABLEHARDERR);
    762         if (!xDosQueryAppType(pfs->szFileName, &apptype)) {
     761        if (!DosQueryAppType(pfs->szFileName, &apptype)) {
    763762          WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2FS), TRUE);
    764763          WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2WIN), TRUE);
Note: See TracChangeset for help on using the changeset viewer.