Changeset 1351 for trunk/dll/init.c


Ignore:
Timestamp:
Dec 21, 2008, 12:41:07 AM (17 years ago)
Author:
Gregg Young
Message:

Additional code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1335 r1351  
    372372  switch (ulFlag) {
    373373  case 0:
    374     // 14 Jun 07 SHL Already done for us
    375     // if (_CRT_init() == -1)
    376     //   return 0UL;
    377374    FM3DllHandle = hModule;
    378375    strcpy(stringfile, "FM3RES.STR");
     
    465462      PrfCloseProfile(fmprof);
    466463    DosError(FERR_ENABLEHARDERR);
    467     // 14 Jun 07 SHL Already done for us
    468     // _CRT_term();
    469464    break;
    470465  default:
     
    12091204    fSwitchTreeExpand = fNoSearch = fCustomFileDlg = fOtherHelp =
    12101205    fSaveMiniCmds = fUserComboBox = fFM2Deletes = fConfirmTarget =
    1211     fShowTarget = fDrivebarHelp = fCheckMM = TRUE;
     1206    fShowTarget = fDrivebarHelp = fCheckMM = fInitialDriveScan = TRUE;
    12121207  ulCnrType = CCS_EXTENDSEL;
    12131208  FilesToGet = FILESTOGET_MIN;
     
    14451440    INT x;
    14461441
    1447     fInitialDriveScan = TRUE;
    14481442    sprintf(szKey, "%s.NumDirsLastTime", GetPString(IDS_SHUTDOWNSTATE));
    14491443    size = sizeof(ULONG);
     
    16991693  ULONG len = strlen(signature);
    17001694  ULONG l;
    1701   // CHAR buffer[80];
    17021695  CHAR buffer[4096];                    // 06 Oct 07 SHL Protect against NTFS defect
    17031696  BOOL ret = FALSE;
Note: See TracChangeset for help on using the changeset viewer.