Changeset 1177 for trunk/dll/dircnrs.c
- Timestamp:
- Sep 10, 2008, 11:53:13 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/dircnrs.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1156 r1177 64 64 #define INCL_WINWORKPLACE 65 65 66 #include "fm3dll.h" 66 67 #include "fm3dlg.h" 67 68 #include "fm3str.h" … … 78 79 // AdjustDetailsSwitches, CnrDirectEdit, OpenEdit, QuickPopup 79 80 // SayFilter, SaySort, SayView, SetCnrCols, SetDetailsSwitches 80 // SetSortChecks, SetViewMenu, SwitchCommand 81 // SetSortChecks, SetViewMenu, SwitchCommand, CheckMenu 82 // CurrentRecord, DrawTargetEmphasis, IsFm2Window 81 83 #include "chklist.h" // CenterOverWindow, DropListProc 82 84 #include "common.h" // CommonCnrProc, CommonCreateTextChildren, CommonFrameWndProc 83 // CommonTextPaint 84 #include "mainwnd.h" // CountDirCnrs, MakeBubble, TopWindow85 // CommonTextPaint, CommonTextButton, CommonTextProc 86 #include "mainwnd.h" // CountDirCnrs, GetNextWindowPos, MakeBubble, TopWindow 85 87 #include "select.h" // DeselectAll, HideAll, InvertAll, SelectAll, SelectList 86 88 // SpecialSelect2 … … 91 93 #include "notify.h" // NotifyError 92 94 #include "objcnr.h" // ObjCnrDlgProc 93 #include "draglist.h" // PickUp95 #include "draglist.h" // DoFileDrag, FreeDragInfoData, PickUp 94 96 #include "saveclip.h" // SaveListDlgProc 95 97 #include "findrec.h" // ShowCnrRecord … … 99 101 #include "walkem.h" // add_udir 100 102 #include "strips.h" // chop_at_crnl 101 #include "fm3dll.h" 102 //#include "avl.h" // free_archivers 103 #include "droplist.h" // AcceptOneDrop, CheckPmDrgLimit, DropHelp, GetOneDrop 104 #include "presparm.h" // CopyPresParams 105 #include "defview.h" // DefaultViewKeys 106 #include "systemf.h" // ExecOnList 107 #include "filter.h" // Filter 108 #include "findrec.h" // FindCnrRecord 109 #include "input.h" // InputDlgProc 110 #include "shadow.h" // OpenObject 111 #include "mkdir.h" // PMMkDir 112 #include "collect.h" // StartCollector 113 #include "viewer.h" // StartMLEEditor 114 #include "newview.h" // StartViewer 115 #include "undel.h" // UndeleteDlgProc 116 #include "commafmt.h" // commafmt 117 #include "getnames.h" // insert_filename 118 #include "wrappers.h" // xfree 103 119 #include "fortify.h" 104 120
Note:
See TracChangeset
for help on using the changeset viewer.
