Changeset 1156 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Sep 5, 2008, 11:39:19 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1120 r1156  
    1 
    21/***********************************************************************
    32
     
    7574#include "notebook.h"                   // CfgDlgProc
    7675#include "command.h"                    // RunCommand
     76#include "worker.h"                     // Action, MassAction
     77#include "misc.h"                       // GetTidForThread, AdjustCnrColsForFSType, AdjustCnrColsForPref
     78                                        // AdjustDetailsSwitches, CnrDirectEdit, OpenEdit, QuickPopup
     79                                        // SayFilter, SaySort, SayView, SetCnrCols, SetDetailsSwitches
     80                                        // SetSortChecks, SetViewMenu, SwitchCommand
     81#include "chklist.h"                    // CenterOverWindow, DropListProc
     82#include "common.h"                     // CommonCnrProc, CommonCreateTextChildren, CommonFrameWndProc
     83                                        // CommonTextPaint
     84#include "mainwnd.h"                    // CountDirCnrs, MakeBubble, TopWindow
     85#include "select.h"                     // DeselectAll, HideAll, InvertAll, SelectAll, SelectList
     86                                        // SpecialSelect2
     87#include "dirsize.h"                    // DirSizeProc
     88#include "flesh.h"                      // Flesh, Stubby, UnFlesh
     89#include "valid.h"                      // IsValidDir
     90#include "objwin.h"                     // MakeObjWin
     91#include "notify.h"                     // NotifyError
     92#include "objcnr.h"                     // ObjCnrDlgProc
     93#include "draglist.h"                   // PickUp
     94#include "saveclip.h"                   // SaveListDlgProc
     95#include "findrec.h"                    // ShowCnrRecord
     96#include "sortcnr.h"                    // SortDirCnr
     97#include "seeall.h"                     // StartSeeAll
     98#include "update.h"                     // UpdateCnrList, UpdateCnrRecord
     99#include "walkem.h"                     // add_udir
     100#include "strips.h"                     // chop_at_crnl
    77101#include "fm3dll.h"
    78102//#include "avl.h"                      // free_archivers
    79 #ifdef FORTIFY
    80 #include "misc.h"                       // GetTidForThread
    81 #endif
    82103#include "fortify.h"
    83104
Note: See TracChangeset for help on using the changeset viewer.