Changeset 1158 for trunk/dll/worker.c


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

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r1140 r1158  
    1 
    21/***********************************************************************
    32
     
    5756#include "strutil.h"                    // GetPString
    5857#include "notebook.h"                   // External viewers
     58#include "worker.h"                     // Action
     59#include "notify.h"                     // AddNote
     60#include "copyf.h"                      // AdjustWildcardName, make_deleteable
     61#include "attribs.h"                    // AttrListDlgProc
     62#include "chklist.h"                    // CheckListProc
     63#include "info.h"                       // DrvInfoProc
     64#include "extract.h"                    // ExtractDlgProc
     65#include "info.h"                       // FileInfoProc
     66#include "valid.h"                      // GetDesktopName, IsNewer
     67#include "saveclip.h"                   // ListToClipboardHab
     68#include "shadow.h"                     // MakeShadows
     69#include "mkdir.h"                      // MassMkdir
     70#include "uudecode.h"                   // MergeDlgProc
     71#include "objcnr.h"                     // ObjCnrDlgProc
     72#include "printer.h"                    // PrintDlgProc, PrintListThread
     73#include "rename.h"                     // RenameProc
     74#include "srchpath.h"                   // RunFM2Util
     75#include "mainwnd.h"                    // TopWindowName
     76#include "uudecode.h"                   // UUD
     77#include "walkem.h"                     // WalkCopyDlgProc, WalkDlgProc, WalkMoveDlgProc
    5978#include "fm3dll.h"
    6079
Note: See TracChangeset for help on using the changeset viewer.