Changeset 1227 for trunk/dll


Ignore:
Timestamp:
Sep 14, 2008, 1:13:11 AM (17 years ago)
Author:
John Small
Message:

Ticket 187: Moved typedef's and some #define's from fm3dll.h

Location:
trunk/dll
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/select.h

    r1200 r1227  
    1515#if !defined(SELECT_H)
    1616#define SELECT_H
     17
     18#include "dircnrs.h"                    // typedef for CNRITEM, PCNRITEM
    1719
    1820VOID Deselect(HWND hwndCnr);
  • trunk/dll/seticon.c

    r1212 r1227  
    2222#define INCL_LONGLONG                   // dircnrs.h
    2323
     24#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    2425#include "fm3dlg.h"
    2526#include "errutil.h"                    // Dos_Error...
  • trunk/dll/shadow.c

    r1212 r1227  
    2424
    2525#include "fm3dll.h"
     26#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    2627#include "filldir.h"                    // Data declaration(s)
    2728#include "mainwnd.h"                    // Data declaration(s)
  • trunk/dll/sysinfo.c

    r1213 r1227  
    2626
    2727#include "fm3dll.h"
     28#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     29#include "sysinfo.h"
    2830#include "printer.h"                    // Data declaration(s)
    2931#include "init.h"                       // Data declaration(s)
     
    3133#include "fm3dlg.h"
    3234#include "pathutil.h"                   // BldFullPathName
    33 #include "sysinfo.h"
    3435#include "copyf.h"                      // unlinkf
    3536#include "wrappers.h"                   // xfgets
  • trunk/dll/systemf.c

    r1213 r1227  
    3838
    3939#include "fm3dll.h"
     40#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    4041#include "mkdir.h"                      // Data declaration(s)
    4142#include "init.h"                       // Data declaration(s)
  • trunk/dll/systemf.h

    r1201 r1227  
    1515#if !defined(SYSTEMF_H)
    1616#define SYSTEMF_H
    17 
    18 INT ExecOnList(HWND hwnd, CHAR * command, INT flags, CHAR * tpath,
    19                CHAR ** list, CHAR * prompt, PCSZ pszCallingFile, UINT uiLineNumber);
    20 BOOL ShowSession(HWND hwnd, PID pid);
    21 INT runemf2(INT type, HWND hwnd, PCSZ pszCallingFile, UINT uiLineNumber,
    22             CHAR * directory, CHAR * environment,
    23             CHAR * formatstring, ...);
    2417
    2518#define RUNTYPE_MASK  0xf
     
    4336#define CHILD         65536
    4437
     38typedef struct
     39{
     40  ULONG flags;
     41  CHAR *commandline;
     42  CHAR path[CCHMAXPATH];
     43  CHAR environment[1001];
     44  CHAR tempprompt[128];
     45  CHAR title[80];
     46  BOOL dropped;
     47}
     48EXECARGS;
     49
     50INT ExecOnList(HWND hwnd, CHAR * command, INT flags, CHAR * tpath,
     51               CHAR ** list, CHAR * prompt, PCSZ pszCallingFile, UINT uiLineNumber);
     52BOOL ShowSession(HWND hwnd, PID pid);
     53INT runemf2(INT type, HWND hwnd, PCSZ pszCallingFile, UINT uiLineNumber,
     54            CHAR * directory, CHAR * environment,
     55            CHAR * formatstring, ...);
    4556
    4657
  • trunk/dll/timer.c

    r1213 r1227  
    2222
    2323#include "fm3dll.h"
     24#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    2425#include "mainwnd.h"                    // Data declaration(s)
    2526#include "datamin.h"                    // Data declaration(s)
  • trunk/dll/tools.c

    r1213 r1227  
    3434
    3535#include "fm3dll.h"
     36#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     37#include "tools.h"
    3638#include "arccnrs.h"                    // Data declaration(s)
    3739#include "notebook.h"                   // Data declaration(s)
     
    3941#include "mainwnd.h"                    // Data declaration(s)
    4042#include "fm3dlg.h"
    41 #include "tools.h"
    4243#include "fm3str.h"
    4344#include "errutil.h"                    // Dos_Error...
  • trunk/dll/treecnr.c

    r1213 r1227  
    6060
    6161#include "fm3dll.h"
     62#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     63#include "treecnr.h"
    6264#include "mainwnd2.h"                   // Data declaration(s)
    6365#include "grep.h"                       // Data declaration(s)
     
    8991#include "objwin.h"                     // MakeObjWin
    9092#include "notify.h"                     // NotifyError
    91 #include "treecnr.h"
    9293#include "remap.h"                      // RemapDlgProc
    9394#include "saveclip.h"                   // SaveListDlgProc
  • trunk/dll/undel.c

    r1214 r1227  
    2929
    3030#include "fm3dll.h"
     31#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     32#include "undel.h"
    3133#include "init.h"                       // Data declaration(s)
    3234#include "mainwnd.h"                    // Data declaration(s)
     
    3941#include "common.h"                     // DecrThreadUsage, IncrThreadUsage
    4042#include "valid.h"                      // MakeFullName
    41 #include "undel.h"
    4243#include "copyf.h"                      // unlinkf
    4344#include "wrappers.h"                   // xfgets
Note: See TracChangeset for help on using the changeset viewer.