Changeset 627 for trunk/dll/init.c
- Timestamp:
- Apr 21, 2007, 9:00:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r593 r627 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 6Steven H. Levine9 Copyright (c) 2001, 2007 Steven H. Levine 10 10 11 11 11 Jun 02 SHL Add CheckVersion … … 22 22 18 Feb 07 GKY Add ISOFS, RAMFS support 23 23 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 24 25 25 26 ***********************************************************************/ … … 449 450 FillInDriveFlags(NULL); 450 451 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 453 454 CHAR curpath[CCHMAXPATH + 8], *env; 454 455 FILESTATUS3 fs3; … … 466 467 } 467 468 } 468 } 469 } */ 469 470 if (!*profile) 470 471 strcpy(profile, "FM3.INI");
Note:
See TracChangeset
for help on using the changeset viewer.