Changeset 1351 for trunk/dll/init.c
- Timestamp:
- Dec 21, 2008, 12:41:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1335 r1351 372 372 switch (ulFlag) { 373 373 case 0: 374 // 14 Jun 07 SHL Already done for us375 // if (_CRT_init() == -1)376 // return 0UL;377 374 FM3DllHandle = hModule; 378 375 strcpy(stringfile, "FM3RES.STR"); … … 465 462 PrfCloseProfile(fmprof); 466 463 DosError(FERR_ENABLEHARDERR); 467 // 14 Jun 07 SHL Already done for us468 // _CRT_term();469 464 break; 470 465 default: … … 1209 1204 fSwitchTreeExpand = fNoSearch = fCustomFileDlg = fOtherHelp = 1210 1205 fSaveMiniCmds = fUserComboBox = fFM2Deletes = fConfirmTarget = 1211 fShowTarget = fDrivebarHelp = fCheckMM = TRUE;1206 fShowTarget = fDrivebarHelp = fCheckMM = fInitialDriveScan = TRUE; 1212 1207 ulCnrType = CCS_EXTENDSEL; 1213 1208 FilesToGet = FILESTOGET_MIN; … … 1445 1440 INT x; 1446 1441 1447 fInitialDriveScan = TRUE;1448 1442 sprintf(szKey, "%s.NumDirsLastTime", GetPString(IDS_SHUTDOWNSTATE)); 1449 1443 size = sizeof(ULONG); … … 1699 1693 ULONG len = strlen(signature); 1700 1694 ULONG l; 1701 // CHAR buffer[80];1702 1695 CHAR buffer[4096]; // 06 Oct 07 SHL Protect against NTFS defect 1703 1696 BOOL ret = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.