Changeset 1215 for trunk/fm3.c


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fm3.c

    r1164 r1215  
    2020#define INCL_LONGLONG
    2121
     22#include "dll\fm3dll.h"
     23#include "dll\mainwnd.h"                        // Data declaration(s)
    2224#include "dll\tools.h"
    2325#include "dll\version.h"
     
    2527#include "dll\fortify.h"
    2628#include "dll\init.h"                   // StartFM3
    27 #include "dll\fm3dll.h"
     29#include "dll\notebook.h"               // Data declaration(s)
    2830
    2931int main(int argc, char *argv[])
Note: See TracChangeset for help on using the changeset viewer.