Changeset 1186 for trunk


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

Ticket 187: Draft 2: Move remaining function declarations

Location:
trunk/dll
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avv.c

    r1162 r1186  
    3737#define INCL_LONGLONG                   // dircnrs.h
    3838
     39#include "fm3dll.h"
    3940#include "fm3dlg.h"
    4041#include "version.h"
     
    4243#include "strutil.h"                    // GetPString
    4344#include "errutil.h"                    // Runtime_Error
    44 #include "avv.h"                        // ArcReviewDlgProc
    4545#include "cmdline.h"                    // CmdLineDlgProc
    4646#include "avv.h"
    4747#include "literal.h"                    // fixup
    48 #include "fm3dll.h"
     48#include "avl.h"                        // SBoxDlgProc
     49#include "wrappers.h"                   // xfgets
    4950#include "pathutil.h"                   // NormalizeCmdLine
     51#include "strips.h"                     // bstrip
     52#include "misc.h"                       // CheckDriveSpaceAvail
     53#include "srchpath.h"                   // searchpath
     54#include "systemf.h"                    // runemf2
    5055#include "fortify.h"
    5156
  • trunk/dll/mainwnd2.c

    r1161 r1186  
    3939#define INCL_LONGLONG
    4040
     41#include "fm3dll.h"
    4142#include "fm3dlg.h"
    4243#include "fm3str.h"
     
    6061#include "walkem.h"                     // WalkTwoCmpDlgProc, WalkTwoSetDlgProc
    6162#include "dirs.h"                       // switch_to
    62 #include "fm3dll.h"
     63#include "filter.h"                     // Filter
     64#include "collect.h"                    // StartCollector
     65#include "select.h"                     // UnHilite
     66#include "valid.h"                      // MakeValidDir
     67#include "systemf.h"                    // runemf2
     68#include "wrappers.h"                   // xfree
    6369#include "fortify.h"
    6470
  • trunk/dll/newview.c

    r1162 r1186  
    4646#define INCL_LONGLONG
    4747
     48#include "fm3dll.h"
    4849#include "fm3dlg.h"
    4950#include "fm3str.h"
     
    6465#include "strips.h"                     // chop_at_crnl, convert_nl_to_nul
    6566                                        // remove_first_occurence_of_character
    66 #include "strips.h"                     // strip_lead_char, strip_trail_char
    67 #include "fm3dll.h"
     67                                        // strip_lead_char, strip_trail_char
     68#include "common.h"                     // CommonTextButton, CommonTextProc, DecrThreadUsage
     69                                        // IncrThreadUsage
     70#include "systemf.h"                    // ExecOnList
     71#include "input.h"                      // InputDlgProc
     72#include "shadow.h"                     // OpenObject
     73#include "chklist.h"                    // PopupMenu
     74#include "viewer.h"                     // StartMLEEditor
     75#include "commafmt.h"                   // commafmt
     76#include "getnames.h"                   // export_filename
     77#include "literal.h"                    // literal
     78#include "wrappers.h"                   // xrealloc
     79#include "stristr.h"                    // findstring
     80#include "misc.h"                       // PaintRecessedWindow
    6881#include "fortify.h"
    6982
  • trunk/dll/newview.h

    r1167 r1186  
    1818MRESULT EXPENTRY ViewStatusProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    1919MRESULT EXPENTRY ViewWndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    20 
     20HWND StartViewer(HWND hwndParent, USHORT flags, CHAR * filename,
     21                 HWND hwndRestore);
    2122
    2223#endif // NEWVIEW_H
  • trunk/dll/notebook.c

    r1161 r1186  
    5151#define INCL_LONGLONG                   // dircnrs.h
    5252
     53#include "fm3dll.h"
    5354#include "fm3dlg.h"
    5455#include "fm3str.h"
     
    6061#include "mainwnd.h"                    // SaveDirCnrState
    6162#include "walkem.h"                     // WalkExtractDlgProc
    62 #include "fm3dll.h"
     63#include "valid.h"                      // MakeFullName
     64#include "filter.h"                     // PickMaskDlgProc
     65#include "avl.h"                        // SBoxDlgProc
     66#include "select.h"                     // SetMask
     67#include "mkdir.h"                      // SetTargetDir
     68#include "subj.h"                       // Subject
    6369#include "misc.h"                       // LoadDetailsSwitches, SetConditionalCascade
     70#include "strips.h"                     // bstrip
     71#include "wrappers.h"                   // xmalloc
    6472#include "fortify.h"
    6573
  • trunk/dll/presparm.c

    r1162 r1186  
    2323#include "fm3dll.h"
    2424#include "presparm.h"
     25#include "wrappers.h"                   // xmalloc
    2526#include "fortify.h"
    2627
  • trunk/dll/systemf.c

    r1162 r1186  
    3737#define INCL_LONGLONG                   // dircnrs.h
    3838
     39#include "fm3dll.h"
    3940#include "fm3dlg.h"
    4041#include "fm3str.h"
     
    4849#include "strips.h"                     // convert_nl_to_nul, strip_lead_char
    4950#include "dirs.h"                       // switch_to
    50 #include "fm3dll.h"
     51#include "valid.h"                      // MakeFullName
     52#include "misc.h"                       // GetCmdSpec
     53#include "copyf.h"                      // MakeTempName
     54#include "wrappers.h"                   // xfopen
    5155#include "fortify.h"
    5256
  • trunk/dll/walkem.c

    r1162 r1186  
    4848#define INCL_LONGLONG
    4949
     50#include "fm3dll.h"
    5051#include "fm3dlg.h"
    5152#include "fm3str.h"
     
    5556#include "pathutil.h"                   // BldFullPathName
    5657#include "walkem.h"
    57 #include "fm3dll.h"
     58#include "valid.h"                      // MakeFullName
     59#include "chklist.h"                    // PosOverOkay
     60#include "mkdir.h"                      // SetDir
     61#include "wrappers.h"                   // xfgets
     62#include "strips.h"                     // bstrip
     63#include "misc.h"                       // CheckDriveSpaceAvail
     64#include "dirs.h"                       // save_dir2
    5865#include "fortify.h"
    5966
  • trunk/dll/walkem.h

    r1162 r1186  
    2222VOID FillPathListBox(HWND hwnd, HWND hwnddrive, HWND hwnddir, PSZ path,
    2323                     BOOL nounwriteable);
     24MRESULT EXPENTRY WalkAllDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    2425MRESULT EXPENTRY WalkCopyDlgProc(HWND hwnd, ULONG msg, MPARAM mp1,
    2526                                 MPARAM mp2);
  • trunk/dll/winlist.c

    r1162 r1186  
    2121#define INCL_WIN
    2222
     23#include "fm3dll.h"
    2324#include "fm3dlg.h"
    24 #include "fm3dll.h"
     25#include "mainwnd.h"                    // GetNextWindowPos
    2526#include "winlist.h"
     27#include "wrappers.h"                   // xmalloc
     28#include "misc.h"                       // PostMsg
    2629#include "fortify.h"
    2730
Note: See TracChangeset for help on using the changeset viewer.