Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm3dll.h
r632 r633 1346 1346 fSwitchTreeExpand, fCollapseFirst, fFilesInTree, fNoDead, 1347 1347 fThreadNotes, fOkayMinimize, fRunning, fDullMin, fBlueLED, 1348 fViewChild, fShowEnv, fLeaveTree, fNoFoldMenu, //fAddUtils,1348 fViewChild, fShowEnv, fLeaveTree, fNoFoldMenu, 1349 1349 fCustomFileDlg, fSaveMiniCmds, fSaveBigCmds, fNoTileUpdate, 1350 1350 fFM2Deletes, fAutoAddAllDirs, fConfirmTarget, fChangeTarget, -
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"); -
trunk/dll/srchpath.c
r632 r633 22 22 #include <string.h> 23 23 #include <stdarg.h> 24 //#include <ctype.h>25 //#include <time.h>26 24 27 25 #include "fm3dll.h"
Note:
See TracChangeset
for help on using the changeset viewer.
