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

    r1402 r1439  
    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
     35  12 Jul 09 GKY Remove code to update recursive scan setting which isn't user setable
    3436
    3537***********************************************************************/
     
    756758        WinCheckButton(hwnd, FLE_SYSTEM, ((fs.attrFile & FILE_SYSTEM) != 0));
    757759        DosError(FERR_DISABLEHARDERR);
    758         if (!DosQueryAppType(pfs->szFileName, &apptype)) {
     760        if (!xDosQueryAppType(pfs->szFileName, &apptype)) {
    759761          WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2FS), TRUE);
    760762          WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2WIN), TRUE);
     
    10321034        else
    10331035          driveflags[drive] &= (~DRIVE_WRITEVERIFYOFF);
    1034         if (WinQueryButtonCheckstate(hwnd,DVS_RSCANNED))
    1035           driveflags[drive] |= DRIVE_RSCANNED;
    1036         else
    1037           driveflags[drive] &= (~DRIVE_RSCANNED);
    10381036        {
    10391037          ULONG flags;
Note: See TracChangeset for help on using the changeset viewer.