Changeset 1177 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Sep 10, 2008, 11:53:13 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1156 r1177  
    6464#define INCL_WINWORKPLACE
    6565
     66#include "fm3dll.h"
    6667#include "fm3dlg.h"
    6768#include "fm3str.h"
     
    7879                                        // AdjustDetailsSwitches, CnrDirectEdit, OpenEdit, QuickPopup
    7980                                        // SayFilter, SaySort, SayView, SetCnrCols, SetDetailsSwitches
    80                                         // SetSortChecks, SetViewMenu, SwitchCommand
     81                                        // SetSortChecks, SetViewMenu, SwitchCommand, CheckMenu
     82                                        // CurrentRecord, DrawTargetEmphasis, IsFm2Window
    8183#include "chklist.h"                    // CenterOverWindow, DropListProc
    8284#include "common.h"                     // CommonCnrProc, CommonCreateTextChildren, CommonFrameWndProc
    83                                         // CommonTextPaint
    84 #include "mainwnd.h"                    // CountDirCnrs, MakeBubble, TopWindow
     85                                        // CommonTextPaint, CommonTextButton, CommonTextProc
     86#include "mainwnd.h"                    // CountDirCnrs, GetNextWindowPos, MakeBubble, TopWindow
    8587#include "select.h"                     // DeselectAll, HideAll, InvertAll, SelectAll, SelectList
    8688                                        // SpecialSelect2
     
    9193#include "notify.h"                     // NotifyError
    9294#include "objcnr.h"                     // ObjCnrDlgProc
    93 #include "draglist.h"                   // PickUp
     95#include "draglist.h"                   // DoFileDrag, FreeDragInfoData, PickUp
    9496#include "saveclip.h"                   // SaveListDlgProc
    9597#include "findrec.h"                    // ShowCnrRecord
     
    99101#include "walkem.h"                     // add_udir
    100102#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
    103119#include "fortify.h"
    104120
Note: See TracChangeset for help on using the changeset viewer.