Changeset 1216


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

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

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/sysinfo.c

    r1176 r1216  
    1717
    1818#include "dll\fm3dll.h"
     19#include "dll\mainwnd.h"                        // Data declaration(s)
    1920#include "dll\fm3dlg.h"
    20 #include "dll\init.h"                   // InitFM3DLL
     21#include "dll\init.h"                           // InitFM3DLL
    2122#include "dll\sysinfo.h"                        // SysInfoDlgProc
    2223
  • trunk/undel.c

    r1189 r1216  
    1919
    2020#include "dll\fm3dll.h"
     21#include "dll\mainwnd.h"                // Data declaration(s)
    2122#include "dll\fm3dlg.h"
    2223#include "dll\undel.h"                  // UndeleteDlgProc
  • trunk/vcollect.c

    r1176 r1216  
    1919
    2020#include "dll\fm3dll.h"
     21#include "dll\mainwnd.h"                // Data declaration(s)
     22#include "dll\notebook.h"               // Data declaration(s)
    2123#include "dll\fm3str.h"
    2224#include "dll\init.h"                   // InitFM3DLL
    23 #include "dll\collect.h"                        // StartCollector
     25#include "dll\collect.h"                // StartCollector
    2426
    2527int main(int argc, char *argv[])
  • trunk/vdir.c

    r1176 r1216  
    1919
    2020#include "dll\fm3dll.h"
     21#include "dll\mainwnd.h"                // Data declaration(s)
     22#include "dll\notebook.h"               // Data declaration(s)
    2123#include "dll\init.h"                   // InitFM3DLL
    2224#include "dll\valid.h"                  // IsFile
  • trunk/viewinfs.c

    r1177 r1216  
    1717
    1818#include "dll\fm3dll.h"
     19#include "dll\notebook.h"                       // Data declaration(s)
     20#include "dll\mainwnd.h"                        // Data declaration(s)
    1921#include "dll\fm3dlg.h"
    20 #include "dll\init.h"                   // InitFM3DLL
     22#include "dll\init.h"                           // InitFM3DLL
    2123#include "dll\viewinf.h"                        // ViewInfProc
    2224
  • trunk/vtree.c

    r1176 r1216  
    2020
    2121#include "dll\fm3dll.h"
     22#include "dll\mainwnd.h"                // Data declaration(s)
     23#include "dll\notebook.h"               // Data declaration(s)
    2224#include "dll\init.h"                   // InitFM3DLL
    23 #include "dll\treecnr.h"                        // StartTreeCnr
     25#include "dll\treecnr.h"                // StartTreeCnr
    2426
    2527int main(int argc, char *argv[])
Note: See TracChangeset for help on using the changeset viewer.