Changeset 633 for trunk/dll


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

Util apps change final cleanup

Location:
trunk/dll
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.h

    r632 r633  
    13461346  fSwitchTreeExpand, fCollapseFirst, fFilesInTree, fNoDead,
    13471347  fThreadNotes, fOkayMinimize, fRunning, fDullMin, fBlueLED,
    1348   fViewChild, fShowEnv, fLeaveTree,  fNoFoldMenu,                 //fAddUtils,
     1348  fViewChild, fShowEnv, fLeaveTree,  fNoFoldMenu,
    13491349  fCustomFileDlg, fSaveMiniCmds, fSaveBigCmds, fNoTileUpdate,
    13501350  fFM2Deletes, fAutoAddAllDirs, fConfirmTarget, fChangeTarget,
  • 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");
  • trunk/dll/srchpath.c

    r632 r633  
    2222#include <string.h>
    2323#include <stdarg.h>
    24 //#include <ctype.h>
    25 //#include <time.h>
    2624
    2725#include "fm3dll.h"
Note: See TracChangeset for help on using the changeset viewer.