Changeset 1179


Ignore:
Timestamp:
Sep 10, 2008, 11:54:09 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/archive.c

    r907 r1179  
    2323#define INCL_LONGLONG                   // dircnrs.h
    2424
     25#include "fm3dll.h"
    2526#include "fm3dlg.h"
    2627#include "fm3str.h"
    2728#include "strutil.h"                    // GetPString
    2829#include "errutil.h"                    // Runtime_Error
    29 #include "fm3dll.h"
     30#include "archive.h"
     31#include "systemf.h"                    // ExecOnList
     32#include "chklist.h"                    // PosOverOkay
     33#include "getnames.h"                   // export_filename
     34#include "misc.h"                       // PaintRecessedWindow
     35#include "strips.h"                     // bstrip
    3036
    3137static PSZ pszSrcFile = __FILE__;
  • trunk/dll/comp.c

    r1175 r1179  
    7272#define INCL_LONGLONG
    7373
     74#include "fm3dll.h"
    7475#include "fm3dlg.h"
    7576#include "fm3str.h"
     
    8182#include "tmrsvcs.h"                    // IsITimerExpired
    8283#include "comp.h"
    83 #include "misc.h"               // AddToListboxBottom, AdjustCnrColRO, AdjustCnrColVis, AdjustCnrColsForPref
     84#include "misc.h"                       // AddToListboxBottom, AdjustCnrColRO, AdjustCnrColVis,
     85                                        // AdjustCnrColsForPref, CurrentRecord,
    8486                                        // AdjustDetailsSwitches, LoadDetailsSwitches, SetCnrCols
    8587                                        // SetDetailsSwitches
    86 #include "select.h"                     // Deselect, InvertAll
     88#include "select.h"                     // Deselect, Deselect, InvertAll
    8789#include "mkdir.h"                      // MassMkdir
    8890#include "valid.h"                      // TestCDates
    8991#include "walkem.h"                     // WalkTwoCmpDlgProc
    90 #include "fm3dll.h"
     92#include "common.h"                     // DecrThreadUsage, IncrThreadUsage
     93#include "defview.h"                    // DefaultViewKeys
     94#include "draglist.h"                   // DoFileDrag
     95#include "systemf.h"                    // ExecOnList
     96#include "filter.h"                     // Filter
     97#include "mainwnd.h"                    // GetNextWindowPos
     98#include "shadow.h"                     // OpenObject
     99#include "chklist.h"                    // PopupMenu
     100#include "presparm.h"                   // SetPresParams
     101#include "collect.h"                    // StartCollector
     102#include "subj.h"                       // Subject
     103#include "copyf.h"                      // docopyf
     104#include "getnames.h"                   // export_filename
     105#include "wrappers.h"                   // xDosFindNext
    91106#include "notebook.h"                   // External compare/dircompare
    92 
     107#include "commafmt.h"                   // CommaFmtULL
    93108#include "fortify.h"                    // 06 May 08 SHL
    94109
  • trunk/dll/eas.c

    r1157 r1179  
    3535#define INCL_LONGLONG
    3636
     37#include "fm3dll.h"
    3738#include "fm3dlg.h"
    3839#include "fm3str.h"
     
    4142#include "strutil.h"                    // GetPString
    4243#include "defview.h"                    // QuickView
    43 #include "fm3dll.h"
     44#include "subj.h"                       // Subject
     45#include "wrappers.h"                   // xDosSetPathInfo
    4446#include "eas.h"
     47#include "strips.h"                     // bstrip
     48#include "valid.h"                      // IsFile
     49#include "misc.h"                       // PaintRecessedWindow
    4550#include "fortify.h"
    4651
  • trunk/dll/eas.h

    r1168 r1179  
    1616#define EAS_H
    1717
     18MRESULT EXPENTRY DisplayEAsProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    1819VOID Free_FEAList(HOLDFEA * pFEA);
     20HOLDFEA *GetFileEAs(CHAR * filename, BOOL ishandle, BOOL silentfail);
    1921VOID HexDump(HWND hwnd, CHAR * value, ULONG cbValue);
    2022
    21 
    2223#endif // EAS_H
  • trunk/dll/extract.c

    r1157 r1179  
    2525#define INCL_LONGLONG                   // dircnrs.h
    2626
     27#include "fm3dll.h"
    2728#include "fm3dlg.h"
    2829#include "fm3str.h"
     
    3233#include "extract.h"
    3334#include "walkem.h"                     // WalkExtractDlgProc
    34 #include "fm3dll.h"
     35#include "droplist.h"                   // AcceptOneDrop, DropHelp, GetOneDrop
     36#include "misc.h"                       // DrawTargetEmphasis
     37#include "chklist.h"                    // PosOverOkay
     38#include "mkdir.h"                      // SetDir
     39#include "valid.h"                      // MakeValidDir
     40#include "systemf.h"                    // runemf2
     41#include "dirs.h"                       // save_dir2
     42#include "strips.h"                     // bstrip
    3543
    3644#pragma data_seg(DATA1)
  • trunk/dll/fm2cmd.c

    r1157 r1179  
    1919#define INCL_LONGLONG                   // dircnrs.h
    2020
     21#include "fm3dll.h"
    2122#include "fm3dlg.h"
    2223#include "fm3str.h"
     
    2526#include "fm2cmd.h"
    2627#include "mainwnd.h"                    // FindDirCnrByName
    27 #include "fm3dll.h"
     28#include "valid.h"                      // MakeFullName
     29#include "misc.h"                       // PostMsg
     30#include "delims.h"                     // skip_delim
    2831
    2932#pragma data_seg(DATA2)
  • trunk/dll/grep.c

    r1157 r1179  
    4242#define INCL_LONGLONG
    4343
     44#include "fm3dll.h"
    4445#include "fm3str.h"
    4546#include "grep.h"
     
    5051#include "strutil.h"                    // GetPString
    5152#include "tmrsvcs.h"                    // ITIMER_DESC
    52 #include "fm3dll.h"
     53#include "common.h"                     // DecrThreadUsage, IncrThreadUsage
     54#include "valid.h"                      // MakeFullName
     55#include "literal.h"                    // wildcard
     56#include "wrappers.h"                   // xDosFindNext
    5357#include "eas.h"                        // Free_FEAList
     58#include "stristr.h"                    // findstring
     59#include "misc.h"                       // PostMsg
    5460#include "fortify.h"
    5561
  • trunk/dll/key.c

    r1157 r1179  
    2323#define INCL_LONGLONG                   // dircnrs.h
    2424
     25#include "fm3dll.h"
    2526#include "fm3dlg.h"
    2627#include "fm3str.h"
     
    2930#include "strutil.h"                    // GetPString
    3031#include "key.h"                        // AboutDlgProc
    31 #include "fm3dll.h"
     32#include "misc.h"                       // PostMsg
    3233
    3334#pragma data_seg(DATA1)
  • trunk/dll/key.h

    r1168 r1179  
     1
     2/***********************************************************************
     3
     4  $Id: $
     5
     6  <<description here>>
     7
     8  Copyright (c) 1993-98 M. Kimes
     9  Copyright (c) 2001, 2008 Steven H. Levine
     10
     11  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
     12
     13***********************************************************************/
     14
     15#if !defined(KEY_H)
     16
     17#define KEY_H
     18
    119MRESULT EXPENTRY AboutDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    220
     21#endif  // KEY_H
  • trunk/dll/menu.c

    r1157 r1179  
    2323#define INCL_LONGLONG                   // dircnrs.h
    2424
     25#include "fm3dll.h"
    2526#include "menu.h"
    2627#include "errutil.h"                    // Dos_Error...
    27 #include "fm3dll.h"
     28#include "delims.h"                     // skip_delim
     29#include "wrappers.h"                   // xfgets_bstripcr
    2830#include "fortify.h"
    2931
Note: See TracChangeset for help on using the changeset viewer.