Changeset 1212


Ignore:
Timestamp:
Sep 13, 2008, 8:52:38 AM (17 years ago)
Author:
John Small
Message:

Ticket 187: Move data declarations/definitions out of fm3dll.h

Location:
trunk/dll
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/printer.h

    r1199 r1212  
    1919VOID PrintListThread(VOID * arg);
    2020
     21// Data declarations
     22extern CHAR StopPrinting;
     23extern CHAR printer[CCHMAXPATH];
     24extern BOOL prnalt;
     25extern long prnbmargin;
     26extern BOOL prnformat;
     27extern BOOL prnformfeedafter;
     28extern BOOL prnformfeedbefore;
     29extern long prnlength;
     30extern long prnlmargin;
     31extern BOOL prnpagenums;
     32extern long prnrmargin;
     33extern long prnspacing;
     34extern long prntabspaces;
     35extern long prntmargin;
     36extern long prnwidth;
    2137
    2238#endif // PRINTER_H
  • trunk/dll/remap.c

    r1187 r1212  
    2929
    3030#include "fm3dll.h"
     31#include "arccnrs.h"                    // Data declaration(s)
     32#include "mainwnd.h"                    // Data declaration(s)
     33#include "notebook.h"                   // Data declaration(s)
     34#include "info.h"                       // Data declaration(s)
     35#include "init.h"                       // Data declaration(s)
     36#include "newview.h"                    // Data declarations
    3137#include "fm3dlg.h"
    3238#include "fm3str.h"
  • trunk/dll/rename.c

    r1184 r1212  
    2222
    2323#include "fm3dll.h"
     24#include "notebook.h"                   // Data declaration(s)
     25#include "init.h"                       // Data declaration(s)
    2426#include "fm3dlg.h"
    2527#include "fm3str.h"
  • trunk/dll/saveclip.c

    r1193 r1212  
    3636
    3737#include "fm3dll.h"
     38#include "arccnrs.h"                    // Data declaration(s)
     39#include "notebook.h"                   // Data declaration(s)
     40#include "init.h"                       // Data declaration(s)
    3841#include "fm3dlg.h"
    3942#include "fm3str.h"
  • trunk/dll/seeall.c

    r1180 r1212  
    5353
    5454#include "fm3dll.h"
     55#include "mainwnd2.h"                   // Data declaration(s)
     56#include "grep.h"                       // Data declaration(s)
     57#include "arccnrs.h"                    // Data declaration(s)
     58#include "init.h"                       // Data declaration(s)
     59#include "worker.h"                     // Data declaration(s)
     60#include "newview.h"                    // Data declarations
    5561#include "fm3dlg.h"
    5662#include "fm3str.h"
  • trunk/dll/select.c

    r1180 r1212  
    4343
    4444#include "fm3dll.h"
     45#include "notebook.h"                   // Data declaration(s)
     46#include "newview.h"                    // Data declarations
    4547#include "fm3str.h"
    4648#include "filldir.h"                    // RemoveCnrItems
  • trunk/dll/seticon.c

    r1187 r1212  
    2626#include "seticon.h"
    2727#include "fm3dll.h"
     28#include "notebook.h"                   // Data declaration(s)
    2829#include "wrappers.h"                   // xfsopen
    2930#include "fortify.h"
  • trunk/dll/shadow.c

    r1181 r1212  
    2323#define INCL_LONGLONG
    2424
     25#include "fm3dll.h"
     26#include "filldir.h"                    // Data declaration(s)
     27#include "mainwnd.h"                    // Data declaration(s)
    2528#include "fm3dlg.h"
    2629#include "fm3str.h"
     
    3033#include "shadow.h"
    3134#include "input.h"                      // InputDlgProc
    32 #include "fm3dll.h"
     35#include "defview.h"                    // Data declaration(s)
    3336#include "valid.h"                      // IsFile
    3437#include "wrappers.h"                   // xmalloc
  • trunk/dll/sortcnr.c

    r1161 r1212  
    2121
    2222#include "fm3dll.h"
     23#include "dircnrs.h"                    // Data declaration(s)
     24#include "treecnr.h"                    // Data declaration(s)
     25#include "init.h"                       // Data declaration(s)
     26#include "collect.h"                    // Data declarations
    2327#include "sortcnr.h"
    2428#include "valid.h"                      // TestCDates
  • trunk/dll/srchpath.c

    r1193 r1212  
    2121#define INCL_LONGLONG                   // dircnrs.h
    2222
     23#include "fm3dll.h"
    2324#include "fm3dlg.h"
    2425#include "fm3str.h"
     
    2728#include "srchpath.h"
    2829#include "systemf.h"                    // runemf2
    29 #include "fm3dll.h"
     30#include "notebook.h"                   // Data declaration(s)
    3031
    3132static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.