Changeset 1181 for trunk/dll/mainwnd.c
- Timestamp:
- Sep 10, 2008, 11:55:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1158 r1181 84 84 #define INCL_LONGLONG 85 85 86 #include "fm3dll.h" 86 87 #include "fm3dlg.h" 87 88 #include "fm3str.h" … … 101 102 #include "cmdline.h" // CmdLine2DlgProc, save_cmdlines 102 103 #include "common.h" // CommonCreateMainChildren, CommonDriveCmd, CommonMainWndProc 104 // CommonTextButton 103 105 #include "notify.h" // DoNotify, HideNote, ShowNote 104 106 #include "draglist.h" // DragOne … … 109 111 #include "misc.h" // FindDirCnr, FixSwitchList, PaintSTextWindow, 110 112 // SetConditionalCascade, SetMenuCheck, SetSysMenu 111 // SwitchCommand 113 // SwitchCommand, CheckMenu, DrawTargetEmphasis 114 // IsFm2Window 112 115 #include "instant.h" // InstantDlgProc 113 116 #include "killproc.h" // KillDlgProc … … 124 127 #include "cmdline.h" // add_cmdline 125 128 #include "assoc.h" // free_associations 126 #include "fm3dll.h" 127 129 #include "droplist.h" // AcceptOneDrop, CheckPmDrgLimit, DropHelp, GetOneDrop 130 #include "common.h" // CommonTextProc 131 #include "presparm.h" // CopyPresParams 132 #include "systemf.h" // ExecOnList 133 #include "shadow.h" // OpenObject 134 #include "mkdir.h" // PMMkDir 135 #include "collect.h" // StartCollector 136 #include "select.h" // UnHilite 137 #include "strips.h" // bstrip 138 #include "commafmt.h" // CommaFmtULL 139 #include "valid.h" // IsFullName 140 #include "dirs.h" // save_dir2 141 #include "wrappers.h" // xfree 128 142 #include "fortify.h" 129 143
Note:
See TracChangeset
for help on using the changeset viewer.