Changeset 1205 for trunk/dll/command.c


Ignore:
Timestamp:
Sep 13, 2008, 8:47:51 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/command.c

    r1188 r1205  
    3939
    4040#include "fm3dll.h"
     41#include "notebook.h"                   // Data declaration(s)
     42#include "init.h"                       // Data declaration(s)
     43#include "mainwnd.h"                    // Data declaration(s)
     44#include "newview.h"                    // Data declarations
    4145#include "fm3dlg.h"
    4246#include "fm3str.h"
     
    6468COMMAND;
    6569
     70// Data defintions
    6671#pragma data_seg(DATA1)
    6772
    6873static PSZ pszSrcFile = __FILE__;
     74static LINKCMDS *cmdtail;
     75
     76#pragma data_seg(GLOBAL2)
     77LINKCMDS *cmdhead;
     78BOOL cmdloaded;
    6979
    7080MRESULT EXPENTRY CommandTextProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
Note: See TracChangeset for help on using the changeset viewer.