Changeset 1224 for trunk/dll


Ignore:
Timestamp:
Sep 14, 2008, 1:11:41 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/inis.c

    r1209 r1224  
    4343
    4444#include "fm3dll.h"
     45#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    4546#include "mainwnd2.h"                   // Data declaration(s)
    4647#include "collect.h"                    // Data declaration(s)
  • trunk/dll/init.c

    r1217 r1224  
    6464#include <share.h>
    6565#include <process.h>
     66#include <time.h>
    6667
    6768#define INCL_DOS
     
    7879
    7980#include "fm3dll.h"
     81#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     82#include "init.h"
    8083#include "mkdir.h"                      // Data declaration(s)
    8184#include "dircnrs.h"                    // Data declaration(s)
     
    8487#include "fm2cmd.h"                     // Data declaration(s)
    8588#include "printer.h"                    // Data declaration(s)
    86 #include "init.h"                       // Data declaration(s)
    8789#include "flesh.h"                      // Data declaration(s)
    8890#include "worker.h"                     // Data declaration(s)
     
    146148#endif
    147149
    148 VOID FindSwapperDat(VOID);
     150static VOID FindSwapperDat(VOID);
    149151
    150152// Data definitions
  • trunk/dll/input.c

    r1187 r1224  
    2222#define INCL_LONGLONG                   // dircnrs.h
    2323
     24#include "fm3dll.h"
     25#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     26#include "input.h"
    2427#include "fm3dlg.h"
    2528#include "fm3str.h"
    2629#include "errutil.h"                    // Dos_Error...
    2730#include "strutil.h"                    // GetPString
    28 #include "input.h"
    2931#include "fm3dll.h"
    3032
  • trunk/dll/input.h

    r1197 r1224  
    1616#define INPUT_H
    1717
     18typedef struct
     19{
     20  CHAR *title;                  /* title of dialog */
     21  CHAR *prompt;                 /* prompt to user */
     22  CHAR *ret;                    /* buffer out, default in */
     23  CHAR *help;                   /* help text */
     24  INT inputlen;                 /* max len of ret */
     25}
     26STRINGINPARMS;
     27
    1828MRESULT EXPENTRY InputDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    1929
  • trunk/dll/instant.c

    r1178 r1224  
    2424
    2525#include "fm3dll.h"
     26#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    2627#include "fm3dlg.h"
    2728#include "fm3str.h"
  • trunk/dll/key.c

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

    r1209 r1224  
    3434
    3535#include "fm3dll.h"
     36#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    3637#include "init.h"                       // Data declaration(s)
    3738#include "notebook.h"                   // Data declaration(s)
  • trunk/dll/mainwnd.c

    r1209 r1224  
    8585
    8686#include "fm3dll.h"
     87#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    8788#include "grep.h"                       // Data declaration(s)
    8889#include "autoview.h"                   // Data declaration(s)
  • trunk/dll/mainwnd.h

    r1209 r1224  
    1616
    1717#define MAINWND_H
     18
     19#include "colors.h"             // typedef for RGB2
    1820
    1921void BubbleHelp(HWND hwnd, BOOL other, BOOL data, BOOL above, char *help);
  • trunk/dll/mainwnd2.c

    r1210 r1224  
    4040
    4141#include "fm3dll.h"
     42#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    4243#include "killproc.h"                   // Data declaration(s)
    4344#include "grep.h"                       // Data declaration(s)
Note: See TracChangeset for help on using the changeset viewer.