Changeset 633 for trunk/dll/init.c


Ignore:
Timestamp:
Apr 23, 2007, 1:28:09 AM (18 years ago)
Author:
Gregg Young
Message:

Util apps change final cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r627 r633  
    450450  FillInDriveFlags(NULL);
    451451
    452   /*{ Removed so can use either path or \utils for fm2play.exe and image.exe
    453      try to ensure that FM/2 Utilities are available
    454     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   } */
    470452  if (!*profile)
    471453    strcpy(profile, "FM3.INI");
Note: See TracChangeset for help on using the changeset viewer.