Changeset 1204 for trunk/dll/autoview.c


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

Ticket 187: Move datadevlarations/definitions out of fm3dll.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/autoview.c

    r1182 r1204  
    3838
    3939#include "fm3dll.h"
     40#include "killproc.h"                   // Data declaration(s)
     41#include "notebook.h"                   // Data declaration(s)
     42#include "avl.h"                        // Data declaration(s)
     43#include "inis.h"                       // Data declaration(s)
     44#include "init.h"                       // Data declaration(s)
     45#include "mainwnd.h"                    // Data declaration(s)
    4046#include "fm3dlg.h"
    4147#include "fm3str.h"
     
    5662#include "fortify.h"
    5763
     64static BOOL PutComments(HWND hwnd, CHAR * filename, CHAR * comments);
     65static BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type,
     66             CHAR * data);
     67
     68// Data definitions
     69#pragma data_seg(GLOBAL1)
     70HWND hwndAutoMLE;
     71
     72#pragma data_seg(GLOBAL2)
     73ULONG AutoviewHeight;
     74
    5875#pragma data_seg(DATA1)
    59 
    6076static PSZ pszSrcFile = __FILE__;
    6177
     78static HWND AutoMenu;
    6279static HWND hwndAutoObj;
    6380static CHAR stopflag;
    6481static CHAR currfile[CCHMAXPATH];
    65 
    66 static BOOL PutComments(HWND hwnd, CHAR * filename, CHAR * comments);
    67 static BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type,
    68              CHAR * data);
    6982
    7083BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type,
Note: See TracChangeset for help on using the changeset viewer.