Changeset 1226


Ignore:
Timestamp:
Sep 14, 2008, 1:12:40 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/objwin.c

    r1211 r1226  
    2222
    2323#include "fm3dll.h"
     24#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    2425#include "init.h"                       // Data declaration(s)
    2526#include "fm3dlg.h"
  • trunk/dll/obsolete.h

    r1211 r1226  
    55
    66Function declarations neither called or defined in FM/2 source files
     7These can be deleted after a year of disuse, i.e. Sep 2009
    78
    89Copyright (c) 1993-98 M. Kimes
     
    1516#if !defined(OBSOLETE_H)
    1617#define OBSOLETE_H
    17 
    18 
    1918
    2019/**************************************************/
  • trunk/dll/presparm.c

    r1211 r1226  
    2222
    2323#include "fm3dll.h"
     24#include "colors.h"                     // typedef RGB2
     25#include "presparm.h"
    2426#include "notebook.h"                   // Data declaration(s)
    25 #include "presparm.h"
    2627#include "wrappers.h"                   // xmalloc
    2728#include "fortify.h"
  • trunk/dll/presparm.h

    r1199 r1226  
    1616#define PRESPARM_H
    1717
     18// PMBITMAP_INCLUDED - IBM Toolkit
     19// INCL_GPIBITMAPS - OpenWatcom Toolkit
     20// #if !defined(PMBITMAP_INCLUDED) && !defined(INCL_GPIBITMAPS)
     21// typedef struct _RGB2         /* rgb2 */
     22// {
     23//   BYTE bBlue;                        /* Blue component of the color definition */
     24//   BYTE bGreen;                       /* Green component of the color definition */
     25//   BYTE bRed;                 /* Red component of the color definition  */
     26//   BYTE fcOptions;            /* Reserved, must be zero                 */
     27// }
     28// RGB2;
     29// typedef RGB2 *PRGB2;
     30// #endif
     31
    1832VOID CopyPresParams(HWND target, HWND source);
    1933VOID PresParamChanged(HWND hwnd, CHAR * keyroot, MPARAM mp1, MPARAM mp2);
  • trunk/dll/printer.c

    r1211 r1226  
    2727
    2828#include "fm3dll.h"
     29#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    2930#include "notebook.h"                   // Data declaration(s)
    3031#include "mainwnd.h"                    // Data declaration(s)
  • trunk/dll/remap.c

    r1212 r1226  
    2929
    3030#include "fm3dll.h"
     31#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     32#include "remap.h"
    3133#include "arccnrs.h"                    // Data declaration(s)
    3234#include "mainwnd.h"                    // Data declaration(s)
     
    4143#include "pathutil.h"                   // BldFullPathName
    4244#include "valid.h"                      // CheckDrive, FillInDriveFlags
    43 #include "remap.h"
    4445#include "wrappers.h"                   // xfgets
    4546#include "strips.h"                     // bstrip
  • trunk/dll/rename.c

    r1212 r1226  
    2222
    2323#include "fm3dll.h"
     24#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     25#include "worker.h"                     // typedef MOVEIT
     26#include "rename.h"
    2427#include "notebook.h"                   // Data declaration(s)
    2528#include "init.h"                       // Data declaration(s)
     
    2932#include "strutil.h"                    // GetPString
    3033#include "copyf.h"                      // AdjustWildcardName
    31 #include "rename.h"
    3234#include "valid.h"                      // TestFDates
    3335#include "mkdir.h"                      // SetDir
  • trunk/dll/saveclip.c

    r1212 r1226  
    3636
    3737#include "fm3dll.h"
     38#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
    3839#include "arccnrs.h"                    // Data declaration(s)
    3940#include "notebook.h"                   // Data declaration(s)
  • trunk/dll/seeall.c

    r1212 r1226  
    5353
    5454#include "fm3dll.h"
     55#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     56#include "seeall.h"
    5557#include "mainwnd2.h"                   // Data declaration(s)
    5658#include "grep.h"                       // Data declaration(s)
     
    9597#include "literal.h"                    // wildcard
    9698#include "wrappers.h"                   // xDosFindNext
    97 #include "seeall.h"
    9899#include "misc.h"                       // SetConditionalCascade
    99100#include "fonts.h"                      // SetMLEFont
  • trunk/dll/select.c

    r1212 r1226  
    4343
    4444#include "fm3dll.h"
     45#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     46#include "select.h"
    4547#include "notebook.h"                   // Data declaration(s)
    4648#include "newview.h"                    // Data declarations
     
    5052#include "errutil.h"                    // Dos_Error...
    5153#include "strutil.h"                    // GetPString
    52 #include "select.h"
    5354#include "valid.h"                      // TestCDates
    5455#include "misc.h"                       // CurrentRecord
Note: See TracChangeset for help on using the changeset viewer.