Changeset 1177


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

Ticket 187: Draft 2: Move remaining function declarations

Location:
trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/attribs.c

    r1156 r1177  
    2020#define INCL_WIN
    2121
     22#include "fm3dll.h"
    2223#include "fm3dlg.h"
    2324#include "fm3str.h"
     
    2728#include "defview.h"                    // QuickView
    2829#include "attribs.h"
    29 #include "fm3dll.h"
     30#include "misc.h"                       // PaintRecessedWindow
     31#include "wrappers.h"                   // xDosSetPathInfo
    3032
    3133static PSZ pszSrcFile = __FILE__;
  • trunk/dll/cmdline.c

    r1156 r1177  
    3232#define INCL_LONGLONG                   // dircnrs.h
    3333
     34#include "fm3dll.h"
    3435#include "fm3dlg.h"
    3536#include "fm3str.h"
     
    3940#include "mainwnd.h"                    // BubbleHelp
    4041#include "cmdline.h"                    // CmdLineDlgProc, CmdLine2DlgProc
    41 #include "fm3dll.h"
     42#include "chklist.h"                    // PosOverOkay
    4243#include "pathutil.h"                   // MaxCmdLineStr
     44#include "strips.h"                     // bstrip
     45#include "misc.h"                       // CheckDriveSpaceAvail
     46#include "srchpath.h"                   // searchpath
     47#include "wrappers.h"                   // xfgets_bstripcr
     48#include "valid.h"                      // IsFile
     49#include "dirs.h"                       // save_dir2
     50#include "systemf.h"
    4351#include "fortify.h"
    4452
  • trunk/dll/defview.h

    r1165 r1177  
    1818VOID DefaultView(HWND hwnd, HWND hwndFrame, HWND hwndParent, SWP * swp,
    1919                 ULONG flags, CHAR * filename);
     20VOID DefaultViewKeys(HWND hwnd, HWND hwndFrame, HWND hwndParent,
     21                     SWP * swp, CHAR * filename);
     22
    2023#define QuickView(h,f) DefaultView(h,(HWND)0,(HWND)0,NULL,0,f)
    2124#define QuickEdit(h,f) DefaultView(h,(HWND)0,(HWND)0,NULL,8,f)
  • 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
  • trunk/dll/dirsize.c

    r1156 r1177  
    5555#define INCL_LONGLONG
    5656
     57#include "fm3dll.h"
    5758#include "fm3dlg.h"
    5859#include "fm3str.h"
     
    6364#include "dirsize.h"
    6465#include "select.h"                     // ExpandAll
    65 #include "fm3dll.h"
    66 
     66#include "valid.h"                      // CheckDrive
     67#include "common.h"                     // OpenDirCnr
     68#include "shadow.h"                     // OpenObject
     69#include "presparm.h"                   // PresParamChanged
     70#include "commafmt.h"                   // commafmt
     71#include "getnames.h"                   // export_filename
     72#include "wrappers.h"                   // xDosFindNext
     73#include "dirs.h"                       // save_dir2
     74#include "misc.h"                       // PostMsg
    6775#include "fortify.h"
    6876
  • trunk/dll/flesh.c

    r1155 r1177  
    3232#define INCL_LONGLONG                   // dircnrs.h
    3333
     34#include "fm3dll.h"
    3435#include "fm3str.h"
    3536#include "filldir.h"                    // FileAttrToString...
     
    3940#include "valid.h"                      // IsValidDir
    4041#include "misc.h"                       // LoadLibPath
    41 #include "fm3dll.h"
     42#include "findrec.h"                    // FindCnrRecord
     43#include "notify.h"                     // Notify
     44#include "wrappers.h"                   // xfree
    4245
    4346#pragma data_seg(DATA1)
  • trunk/dll/init.c

    r1156 r1177  
    7777#define DEFINE_GLOBALS 1
    7878
     79#include "fm3dll.h"
    7980#include "fm3dlg.h"
    8081#include "datamin.h"
     
    105106#include "treecnr.h"                    // TreeClientWndProc, TreeStatProc
    106107#include "newview.h"                    // ViewStatusProc, ViewWndProc
    107 #include "fm3dll.h"
     108#include "subj.h"                       // Subject
     109#include "select.h"                     // UnHilite
     110#include "dirs.h"                       // save_dir
     111#include "copyf.h"                      // unlinkf
     112#include "wrappers.h"                   // xDosSetPathInfo
    108113#include "misc.h"                       // HeapThread, LoadDetailsSwitches
    109114#include "notebook.h"                   // command line variables (editor etc)
     115#include "strips.h"                     // bstrip
     116#include "killproc.h"                   // GetDosPgmName
     117#include "srchpath.h"                   // searchpath
    110118#include "fortify.h"
    111119
  • trunk/dll/init.h

    r1168 r1177  
    1616#define INIT_H
    1717
     18BOOL InitFM3DLL(HAB hab, int argc, char **argv);
    1819HWND StartFM3(HAB hab, INT argc, CHAR ** argv);
    1920
  • trunk/fm4.c

    r1155 r1177  
    1919#define INCL_LONGLONG
    2020
     21#include "dll\fm3dll.h"
    2122#include "dll\tools.h"
    2223#include "dll\version.h"
    2324#include "dll\mainwnd2.h"                       // StartFM32
    24 #include "dll\fm3dll.h"
     25#include "dll\init.h"                   // InitFM3DLL
    2526
    2627int main(int argc, char *argv[])
  • trunk/viewinfs.c

    r1155 r1177  
    1616#define INCL_WIN
    1717
     18#include "dll\fm3dll.h"
    1819#include "dll\fm3dlg.h"
    19 #include "dll\fm3dll.h"
     20#include "dll\init.h"                   // InitFM3DLL
    2021#include "dll\viewinf.h"                        // ViewInfProc
    2122
Note: See TracChangeset for help on using the changeset viewer.