Changeset 633 for trunk/dll/init.c
- Timestamp:
- Apr 23, 2007, 1:28:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r627 r633 450 450 FillInDriveFlags(NULL); 451 451 452 /*{ Removed so can use either path or \utils for fm2play.exe and image.exe453 try to ensure that FM/2 Utilities are available454 CHAR curpath[CCHMAXPATH + 8], *env;455 FILESTATUS3 fs3;456 457 save_dir2(curpath);458 strcat(curpath, "\\UTILS");459 if (!DosQueryPathInfo(curpath,460 FIL_STANDARD,461 &fs3,462 sizeof(fs3)) && (fs3.attrFile & FILE_DIRECTORY)) {463 env = getenv("PATH");464 if (env) {465 if (!stristr(curpath, env))466 fAddUtils = TRUE;467 }468 }469 } */470 452 if (!*profile) 471 453 strcpy(profile, "FM3.INI");
Note:
See TracChangeset
for help on using the changeset viewer.