Changeset 627 for trunk/dll/init.c


Ignore:
Timestamp:
Apr 21, 2007, 9:00:20 PM (18 years ago)
Author:
Gregg Young
Message:

Eliminate global fAddUtils so can search both path and \utils for FM2PLAY.EXE & Image.exe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r593 r627  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2006 Steven H. Levine
     9  Copyright (c) 2001, 2007 Steven H. Levine
    1010
    1111  11 Jun 02 SHL Add CheckVersion
     
    2222  18 Feb 07 GKY Add ISOFS, RAMFS support
    2323  30 Mar 07 GKY Defined golbals for removing GetPString for window class names
     24  21 Apr 07 GKY Find FM2Utils by path or utils directory eleminate fAddUtils global
    2425
    2526***********************************************************************/
     
    449450  FillInDriveFlags(NULL);
    450451
    451   {
    452     /* try to ensure that FM/2 Utilities are available */
     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
    453454    CHAR curpath[CCHMAXPATH + 8], *env;
    454455    FILESTATUS3 fs3;
     
    466467      }
    467468    }
    468   }
     469  } */
    469470  if (!*profile)
    470471    strcpy(profile, "FM3.INI");
Note: See TracChangeset for help on using the changeset viewer.