Changeset 1180


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

    r1158 r1180  
    4646#define INCL_LONGLONG
    4747
     48#include "fm3dll.h"
    4849#include "fm3dlg.h"
    4950#include "fm3str.h"
     
    5253#include "errutil.h"                    // Runtime_Error
    5354#include "avv.h"                        // ArcReviewDlgProc, rewrite_archiverbb2
    54 #include "droplist.h"                   // FullDrgName
    55 #include "fm3dll.h"
     55#include "droplist.h"                   // DropHelp, FullDrgName
     56#include "misc.h"                       // DrawTargetEmphasis
     57#include "draglist.h"                   // FreeDragInfoData
     58#include "chklist.h"                    // PosOverOkay
     59#include "literal.h"                    // literal
     60#include "wrappers.h"                   // xfgets
     61#include "strips.h"                     // bstrip
     62#include "srchpath.h"                   // searchpath
     63#include "stristr.h"                    // stristr
     64#include "delims.h"                     // to_delim
    5665#include "fortify.h"
    5766
  • trunk/dll/colors.c

    r1157 r1180  
    2222#define INCL_LONGLONG                   // dircnrs.h
    2323
     24#include "fm3dll.h"
    2425#include "fm3dlg.h"
    2526#include "strutil.h"                    // GetPString
    2627#include "errutil.h"                    // Runtime_Error
    2728#include "colors.h"
    28 #include "fm3dll.h"
     29#include "misc.h"                       // PostMsg
    2930
    3031#pragma data_seg(DATA2)
  • trunk/dll/colors.h

    r1169 r1180  
     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(COLORS_H)
     16
     17#define COLORS_H
     18
    119MRESULT EXPENTRY ColorDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    220
     21#endif  // COLORS_H
  • trunk/dll/getnames.c

    r1158 r1180  
    2121#define INCL_LONGLONG
    2222
     23#include "fm3dll.h"
    2324#include "fm3dlg.h"
    2425#include "fm3str.h"
     
    2728#include "getnames.h"
    2829#include "walkem.h"                     // load_udirs, remove_udir
    29 #include "fm3dll.h"
     30#include "valid.h"                      // MakeFullName
     31#include "copyf.h"                      // unlinkf
     32#include "misc.h"                       // PaintRecessedWindow
     33#include "wrappers.h"                   // xDosFindFirst
    3034
    3135#pragma data_seg(DATA1)
  • trunk/dll/getnames.h

    r1165 r1180  
    1717
    1818MRESULT EXPENTRY CustomFileDlg(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
     19BOOL export_filename(HWND hwnd, CHAR * filename, INT overwrite);
     20BOOL insert_filename(HWND hwnd, CHAR * filename, INT loadit, BOOL newok);
    1921
    2022
  • trunk/dll/saveclip.c

    r1158 r1180  
    3535#define INCL_LONGLONG
    3636
     37#include "fm3dll.h"
    3738#include "fm3dlg.h"
    3839#include "fm3str.h"
     40#include "saveclip.h"
    3941#include "makelist.h"                   // AddToList
    4042#include "errutil.h"                    // Dos_Error...
    4143#include "strutil.h"                    // GetPString
    4244#include "pathutil.h"                   // BldFullPathName
    43 #include "saveclip.h"
    4445#include "literal.h"                    // fixup
    45 #include "fm3dll.h"
     46#include "subj.h"                       // Subject
     47#include "getnames.h"                   // export_filename
     48#include "copyf.h"                      // unlinkf
     49#include "wrappers.h"                   // xfgets
     50#include "strips.h"                     // bstrip
     51#include "misc.h"                       // CheckDriveSpaceAvail
     52#include "commafmt.h"                   // CommaFmtULL
     53#include "valid.h"                      // IsRoot
     54#include "dirs.h"                       // save_dir2
    4655#include "fortify.h"
    4756
     
    5059//static VOID ListToClipboard(HWND hwnd, CHAR ** list, ULONG append);
    5160
     61static CHAR **ListFromClipboardHab(HAB hab);
    5262static BOOL SaveToClipHab(HAB hab, CHAR * text, BOOL append);
    5363
  • trunk/dll/saveclip.h

    r1166 r1180  
    1616#define SAVECLIP_H
    1717
     18CHAR **ListFromClipboard(HWND hwnd);
    1819VOID ListToClipboardHab(HAB hab, CHAR ** list, ULONG append);
    1920MRESULT EXPENTRY SaveAllListDlgProc(HWND hwnd, ULONG msg, MPARAM mp1,
  • trunk/dll/seeall.c

    r1158 r1180  
    5252#define INCL_LONGLONG
    5353
     54#include "fm3dll.h"
    5455#include "fm3dlg.h"
    5556#include "fm3str.h"
     
    7677#include "uudecode.h"                   // UUD
    7778#include "walkem.h"                     // WalkCopyDlgProc, WalkMoveDlgProc
    78 #include "fm3dll.h"
     79#include "archive.h"                    // ArchiveDlgProc
     80#include "common.h"                     // CommonTextProc, DecrThreadUsage, IncrThreadUsage
     81#include "defview.h"                    // DefaultViewKeys
     82#include "eas.h"                        // DisplayEAsProc
     83#include "mainwnd.h"                    // GetNextWindowPos
     84#include "filter.h"                     // PickMaskDlgProc
     85#include "avl.h"                        // SBoxDlgProc
     86#include "collect.h"                    // StartCollector
     87#include "subj.h"                       // Subject
     88#include "commafmt.h"                   // commafmt
     89#include "literal.h"                    // wildcard
     90#include "wrappers.h"                   // xDosFindNext
    7991#include "seeall.h"
    8092#include "misc.h"                       // SetConditionalCascade
    81 
     93#include "fonts.h"                      // SetMLEFont
     94#include "stristr.h"                    // stristr
     95#include "systemf.h"                    // runemf2
    8296#include "fortify.h"
    8397
  • trunk/dll/select.c

    r1158 r1180  
    4242#define INCL_LONGLONG
    4343
     44#include "fm3dll.h"
    4445#include "fm3str.h"
    4546#include "filldir.h"                    // RemoveCnrItems
     
    4950#include "select.h"
    5051#include "valid.h"                      // TestCDates
    51 #include "fm3dll.h"
     52#include "misc.h"                       // CurrentRecord
     53#include "findrec.h"                    // FindCnrRecord
     54#include "notify.h"                     // Notify
     55#include "literal.h"                    // wildcard
     56#include "wrappers.h"                   // xrealloc
     57#include "strips.h"                     // bstrip
     58#include "stristr.h"                    // findstring
    5259#include "fortify.h"
    5360
  • trunk/dll/select.h

    r1169 r1180  
    1616#define SELECT_H
    1717
     18VOID Deselect(HWND hwndCnr);
    1819VOID DeselectAll(HWND hwndCnr, BOOL files, BOOL dirs, CHAR * mask,
    1920                 CHAR * text, BOOL arc);
     
    2122VOID HideAll(HWND hwndCnr);
    2223VOID InvertAll(HWND hwndCnr);
     24VOID MarkAll(HWND hwndCnr, BOOL quitit, BOOL target, BOOL source);
    2325VOID RemoveAll(HWND hwndCnr, ULONGLONG * ullTotalBytes, ULONG * totalfiles);
    2426VOID SelectAll(HWND hwndCnr, BOOL files, BOOL dirs, CHAR * mask, CHAR * text,
     
    2628VOID SelectList(HWND hwndCnr, BOOL partial, BOOL deselect, BOOL clearfirst,
    2729                PCNRITEM pciParent, CHAR * filename, CHAR ** list);
     30VOID SetMask(CHAR * str, MASK * mask);
    2831VOID SpecialSelect2(HWND hwndParent, INT action);
     32VOID UnHilite(HWND hwndCnr, BOOL all, CHAR *** list, ULONG ulItemsToUnHilite);
    2933
    3034
Note: See TracChangeset for help on using the changeset viewer.