Changeset 1178 for trunk/dll/treecnr.c
- Timestamp:
- Sep 10, 2008, 11:53:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1157 r1178 59 59 #define INCL_LONGLONG 60 60 61 #include "fm3dll.h" 61 62 #include "fm3dlg.h" 62 63 #include "fm3str.h" … … 69 70 #include "command.h" // RunCommand 70 71 #include "worker.h" // Action, MassAction 71 #include "mainwnd.h" // BubbleHelp, FindDirCnrByName 72 #include "mainwnd.h" // BubbleHelp, FindDirCnrByName, GetNextWindowPos 72 73 #include "misc.h" // CnrDirectEdit, EmphasizeButton, FindDirCnr 73 74 // FindDirCnr, FixSwitchList, OpenEdit, QuickPopup 74 // SetSortChecks, SwitchCommand 75 // SetSortChecks, SwitchCommand, CheckMenu 76 // CurrentRecord, IsFm2Window 75 77 #include "common.h" // CommonCnrProc, CommonDriveCmd, CommonFrameWndProc 76 #include "valid.h" // DriveFlagsOne, IsValidDrive 78 // CommonTextProc 79 #include "valid.h" // CheckDrive, DriveFlagsOne, IsValidDrive 77 80 #include "chklist.h" // DropListProc 78 81 #include "select.h" // ExpandAll 79 #include "findrec.h" // Find ParentRecord, ShowCnrRecord82 #include "findrec.h" // FindCnrRecord, FindParentRecord, ShowCnrRecord 80 83 #include "flesh.h" // Flesh, UnFlesh 81 84 #include "notify.h" // HideNote … … 87 90 #include "update.h" // SelectDriveIcon, UpdateCnrList, UpdateCnrRecord 88 91 #include "sortcnr.h" // SortTreeCnr 89 #include "fm3dll.h" 90 92 #include "droplist.h" // AcceptOneDrop, CheckPmDrgLimit, DropHelp, GetOneDrop 93 #include "presparm.h" // CopyPresParams 94 #include "defview.h" // DefaultViewKeys 95 #include "draglist.h" // DoFileDrag 96 #include "filter.h" // Filter 97 #include "shadow.h" // OpenObject 98 #include "mkdir.h" // PMMkDir 99 #include "collect.h" // StartCollector 100 #include "viewer.h" // StartMLEEditor 101 #include "newview.h" // StartViewer 102 #include "walkem.h" // WalkAllDlgProc 103 #include "commafmt.h" // CommaFmtULL 104 #include "wrappers.h" // xDosFindFirst 105 #include "systemf.h" // runemf2 106 #include "dirs.h" // save_dir2 91 107 #include "fortify.h" 92 108
Note:
See TracChangeset
for help on using the changeset viewer.