- Timestamp:
- Sep 10, 2008, 11:57:37 PM (17 years ago)
- Location:
- trunk/dll
- Files:
-
- 10 edited
-
avv.c (modified) (2 diffs)
-
mainwnd2.c (modified) (2 diffs)
-
newview.c (modified) (2 diffs)
-
newview.h (modified) (1 diff)
-
notebook.c (modified) (2 diffs)
-
presparm.c (modified) (1 diff)
-
systemf.c (modified) (2 diffs)
-
walkem.c (modified) (2 diffs)
-
walkem.h (modified) (1 diff)
-
winlist.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avv.c
r1162 r1186 37 37 #define INCL_LONGLONG // dircnrs.h 38 38 39 #include "fm3dll.h" 39 40 #include "fm3dlg.h" 40 41 #include "version.h" … … 42 43 #include "strutil.h" // GetPString 43 44 #include "errutil.h" // Runtime_Error 44 #include "avv.h" // ArcReviewDlgProc45 45 #include "cmdline.h" // CmdLineDlgProc 46 46 #include "avv.h" 47 47 #include "literal.h" // fixup 48 #include "fm3dll.h" 48 #include "avl.h" // SBoxDlgProc 49 #include "wrappers.h" // xfgets 49 50 #include "pathutil.h" // NormalizeCmdLine 51 #include "strips.h" // bstrip 52 #include "misc.h" // CheckDriveSpaceAvail 53 #include "srchpath.h" // searchpath 54 #include "systemf.h" // runemf2 50 55 #include "fortify.h" 51 56 -
trunk/dll/mainwnd2.c
r1161 r1186 39 39 #define INCL_LONGLONG 40 40 41 #include "fm3dll.h" 41 42 #include "fm3dlg.h" 42 43 #include "fm3str.h" … … 60 61 #include "walkem.h" // WalkTwoCmpDlgProc, WalkTwoSetDlgProc 61 62 #include "dirs.h" // switch_to 62 #include "fm3dll.h" 63 #include "filter.h" // Filter 64 #include "collect.h" // StartCollector 65 #include "select.h" // UnHilite 66 #include "valid.h" // MakeValidDir 67 #include "systemf.h" // runemf2 68 #include "wrappers.h" // xfree 63 69 #include "fortify.h" 64 70 -
trunk/dll/newview.c
r1162 r1186 46 46 #define INCL_LONGLONG 47 47 48 #include "fm3dll.h" 48 49 #include "fm3dlg.h" 49 50 #include "fm3str.h" … … 64 65 #include "strips.h" // chop_at_crnl, convert_nl_to_nul 65 66 // remove_first_occurence_of_character 66 #include "strips.h" // strip_lead_char, strip_trail_char 67 #include "fm3dll.h" 67 // strip_lead_char, strip_trail_char 68 #include "common.h" // CommonTextButton, CommonTextProc, DecrThreadUsage 69 // IncrThreadUsage 70 #include "systemf.h" // ExecOnList 71 #include "input.h" // InputDlgProc 72 #include "shadow.h" // OpenObject 73 #include "chklist.h" // PopupMenu 74 #include "viewer.h" // StartMLEEditor 75 #include "commafmt.h" // commafmt 76 #include "getnames.h" // export_filename 77 #include "literal.h" // literal 78 #include "wrappers.h" // xrealloc 79 #include "stristr.h" // findstring 80 #include "misc.h" // PaintRecessedWindow 68 81 #include "fortify.h" 69 82 -
trunk/dll/newview.h
r1167 r1186 18 18 MRESULT EXPENTRY ViewStatusProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 19 19 MRESULT EXPENTRY ViewWndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 20 20 HWND StartViewer(HWND hwndParent, USHORT flags, CHAR * filename, 21 HWND hwndRestore); 21 22 22 23 #endif // NEWVIEW_H -
trunk/dll/notebook.c
r1161 r1186 51 51 #define INCL_LONGLONG // dircnrs.h 52 52 53 #include "fm3dll.h" 53 54 #include "fm3dlg.h" 54 55 #include "fm3str.h" … … 60 61 #include "mainwnd.h" // SaveDirCnrState 61 62 #include "walkem.h" // WalkExtractDlgProc 62 #include "fm3dll.h" 63 #include "valid.h" // MakeFullName 64 #include "filter.h" // PickMaskDlgProc 65 #include "avl.h" // SBoxDlgProc 66 #include "select.h" // SetMask 67 #include "mkdir.h" // SetTargetDir 68 #include "subj.h" // Subject 63 69 #include "misc.h" // LoadDetailsSwitches, SetConditionalCascade 70 #include "strips.h" // bstrip 71 #include "wrappers.h" // xmalloc 64 72 #include "fortify.h" 65 73 -
trunk/dll/presparm.c
r1162 r1186 23 23 #include "fm3dll.h" 24 24 #include "presparm.h" 25 #include "wrappers.h" // xmalloc 25 26 #include "fortify.h" 26 27 -
trunk/dll/systemf.c
r1162 r1186 37 37 #define INCL_LONGLONG // dircnrs.h 38 38 39 #include "fm3dll.h" 39 40 #include "fm3dlg.h" 40 41 #include "fm3str.h" … … 48 49 #include "strips.h" // convert_nl_to_nul, strip_lead_char 49 50 #include "dirs.h" // switch_to 50 #include "fm3dll.h" 51 #include "valid.h" // MakeFullName 52 #include "misc.h" // GetCmdSpec 53 #include "copyf.h" // MakeTempName 54 #include "wrappers.h" // xfopen 51 55 #include "fortify.h" 52 56 -
trunk/dll/walkem.c
r1162 r1186 48 48 #define INCL_LONGLONG 49 49 50 #include "fm3dll.h" 50 51 #include "fm3dlg.h" 51 52 #include "fm3str.h" … … 55 56 #include "pathutil.h" // BldFullPathName 56 57 #include "walkem.h" 57 #include "fm3dll.h" 58 #include "valid.h" // MakeFullName 59 #include "chklist.h" // PosOverOkay 60 #include "mkdir.h" // SetDir 61 #include "wrappers.h" // xfgets 62 #include "strips.h" // bstrip 63 #include "misc.h" // CheckDriveSpaceAvail 64 #include "dirs.h" // save_dir2 58 65 #include "fortify.h" 59 66 -
trunk/dll/walkem.h
r1162 r1186 22 22 VOID FillPathListBox(HWND hwnd, HWND hwnddrive, HWND hwnddir, PSZ path, 23 23 BOOL nounwriteable); 24 MRESULT EXPENTRY WalkAllDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 24 25 MRESULT EXPENTRY WalkCopyDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, 25 26 MPARAM mp2); -
trunk/dll/winlist.c
r1162 r1186 21 21 #define INCL_WIN 22 22 23 #include "fm3dll.h" 23 24 #include "fm3dlg.h" 24 #include " fm3dll.h"25 #include "mainwnd.h" // GetNextWindowPos 25 26 #include "winlist.h" 27 #include "wrappers.h" // xmalloc 28 #include "misc.h" // PostMsg 26 29 #include "fortify.h" 27 30
Note:
See TracChangeset
for help on using the changeset viewer.
