Changeset 1179
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/archive.c
r907 r1179 23 23 #define INCL_LONGLONG // dircnrs.h 24 24 25 #include "fm3dll.h" 25 26 #include "fm3dlg.h" 26 27 #include "fm3str.h" 27 28 #include "strutil.h" // GetPString 28 29 #include "errutil.h" // Runtime_Error 29 #include "fm3dll.h" 30 #include "archive.h" 31 #include "systemf.h" // ExecOnList 32 #include "chklist.h" // PosOverOkay 33 #include "getnames.h" // export_filename 34 #include "misc.h" // PaintRecessedWindow 35 #include "strips.h" // bstrip 30 36 31 37 static PSZ pszSrcFile = __FILE__;  - 
      
trunk/dll/comp.c
r1175 r1179 72 72 #define INCL_LONGLONG 73 73 74 #include "fm3dll.h" 74 75 #include "fm3dlg.h" 75 76 #include "fm3str.h" … … 81 82 #include "tmrsvcs.h" // IsITimerExpired 82 83 #include "comp.h" 83 #include "misc.h" // AddToListboxBottom, AdjustCnrColRO, AdjustCnrColVis, AdjustCnrColsForPref 84 #include "misc.h" // AddToListboxBottom, AdjustCnrColRO, AdjustCnrColVis, 85 // AdjustCnrColsForPref, CurrentRecord, 84 86 // AdjustDetailsSwitches, LoadDetailsSwitches, SetCnrCols 85 87 // SetDetailsSwitches 86 #include "select.h" // Deselect, InvertAll88 #include "select.h" // Deselect, Deselect, InvertAll 87 89 #include "mkdir.h" // MassMkdir 88 90 #include "valid.h" // TestCDates 89 91 #include "walkem.h" // WalkTwoCmpDlgProc 90 #include "fm3dll.h" 92 #include "common.h" // DecrThreadUsage, IncrThreadUsage 93 #include "defview.h" // DefaultViewKeys 94 #include "draglist.h" // DoFileDrag 95 #include "systemf.h" // ExecOnList 96 #include "filter.h" // Filter 97 #include "mainwnd.h" // GetNextWindowPos 98 #include "shadow.h" // OpenObject 99 #include "chklist.h" // PopupMenu 100 #include "presparm.h" // SetPresParams 101 #include "collect.h" // StartCollector 102 #include "subj.h" // Subject 103 #include "copyf.h" // docopyf 104 #include "getnames.h" // export_filename 105 #include "wrappers.h" // xDosFindNext 91 106 #include "notebook.h" // External compare/dircompare 92 107 #include "commafmt.h" // CommaFmtULL 93 108 #include "fortify.h" // 06 May 08 SHL 94 109  - 
      
trunk/dll/eas.c
r1157 r1179 35 35 #define INCL_LONGLONG 36 36 37 #include "fm3dll.h" 37 38 #include "fm3dlg.h" 38 39 #include "fm3str.h" … … 41 42 #include "strutil.h" // GetPString 42 43 #include "defview.h" // QuickView 43 #include "fm3dll.h" 44 #include "subj.h" // Subject 45 #include "wrappers.h" // xDosSetPathInfo 44 46 #include "eas.h" 47 #include "strips.h" // bstrip 48 #include "valid.h" // IsFile 49 #include "misc.h" // PaintRecessedWindow 45 50 #include "fortify.h" 46 51  - 
      
trunk/dll/eas.h
r1168 r1179 16 16 #define EAS_H 17 17 18 MRESULT EXPENTRY DisplayEAsProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 18 19 VOID Free_FEAList(HOLDFEA * pFEA); 20 HOLDFEA *GetFileEAs(CHAR * filename, BOOL ishandle, BOOL silentfail); 19 21 VOID HexDump(HWND hwnd, CHAR * value, ULONG cbValue); 20 22 21 22 23 #endif // EAS_H  - 
      
trunk/dll/extract.c
r1157 r1179 25 25 #define INCL_LONGLONG // dircnrs.h 26 26 27 #include "fm3dll.h" 27 28 #include "fm3dlg.h" 28 29 #include "fm3str.h" … … 32 33 #include "extract.h" 33 34 #include "walkem.h" // WalkExtractDlgProc 34 #include "fm3dll.h" 35 #include "droplist.h" // AcceptOneDrop, DropHelp, GetOneDrop 36 #include "misc.h" // DrawTargetEmphasis 37 #include "chklist.h" // PosOverOkay 38 #include "mkdir.h" // SetDir 39 #include "valid.h" // MakeValidDir 40 #include "systemf.h" // runemf2 41 #include "dirs.h" // save_dir2 42 #include "strips.h" // bstrip 35 43 36 44 #pragma data_seg(DATA1)  - 
      
trunk/dll/fm2cmd.c
r1157 r1179 19 19 #define INCL_LONGLONG // dircnrs.h 20 20 21 #include "fm3dll.h" 21 22 #include "fm3dlg.h" 22 23 #include "fm3str.h" … … 25 26 #include "fm2cmd.h" 26 27 #include "mainwnd.h" // FindDirCnrByName 27 #include "fm3dll.h" 28 #include "valid.h" // MakeFullName 29 #include "misc.h" // PostMsg 30 #include "delims.h" // skip_delim 28 31 29 32 #pragma data_seg(DATA2)  - 
      
trunk/dll/grep.c
r1157 r1179 42 42 #define INCL_LONGLONG 43 43 44 #include "fm3dll.h" 44 45 #include "fm3str.h" 45 46 #include "grep.h" … … 50 51 #include "strutil.h" // GetPString 51 52 #include "tmrsvcs.h" // ITIMER_DESC 52 #include "fm3dll.h" 53 #include "common.h" // DecrThreadUsage, IncrThreadUsage 54 #include "valid.h" // MakeFullName 55 #include "literal.h" // wildcard 56 #include "wrappers.h" // xDosFindNext 53 57 #include "eas.h" // Free_FEAList 58 #include "stristr.h" // findstring 59 #include "misc.h" // PostMsg 54 60 #include "fortify.h" 55 61  - 
      
trunk/dll/key.c
r1157 r1179 23 23 #define INCL_LONGLONG // dircnrs.h 24 24 25 #include "fm3dll.h" 25 26 #include "fm3dlg.h" 26 27 #include "fm3str.h" … … 29 30 #include "strutil.h" // GetPString 30 31 #include "key.h" // AboutDlgProc 31 #include " fm3dll.h"32 #include "misc.h" // PostMsg 32 33 33 34 #pragma data_seg(DATA1)  - 
      
trunk/dll/key.h
r1168 r1179 1 2 /*********************************************************************** 3 4 $Id: $ 5 6 <<description here>> 7 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 2008 Steven H. Levine 10 11 05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H 12 13 ***********************************************************************/ 14 15 #if !defined(KEY_H) 16 17 #define KEY_H 18 1 19 MRESULT EXPENTRY AboutDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 2 20 21 #endif // KEY_H  - 
      
trunk/dll/menu.c
r1157 r1179 23 23 #define INCL_LONGLONG // dircnrs.h 24 24 25 #include "fm3dll.h" 25 26 #include "menu.h" 26 27 #include "errutil.h" // Dos_Error... 27 #include "fm3dll.h" 28 #include "delims.h" // skip_delim 29 #include "wrappers.h" // xfgets_bstripcr 28 30 #include "fortify.h" 29 31  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  