Changeset 1204 for trunk/dll/cmdline.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/cmdline.c

    r1177 r1204  
    3333
    3434#include "fm3dll.h"
     35#include "arccnrs.h"                    // Data declaration(s)
     36#include "fm2cmd.h"                     // Data declaration(s)
     37#include "notebook.h"                   // Data declaration(s)
     38#include "init.h"                       // Data declaration(s)
     39#include "newview.h"                    // Data declarations
    3540#include "fm3dlg.h"
    3641#include "fm3str.h"
     
    5156#include "fortify.h"
    5257
    53 static PSZ pszSrcFile = __FILE__;
    54 
    5558#define MAXNUMCMDLINES 250
    5659
     
    6467static LINKCMDLINES *DoItYourselfCmdLine = NULL, *MiniCmdLine = NULL;
    6568static BOOL DoItYourselfLoaded = FALSE, MiniLoaded = FALSE;
     69
     70// Data definitions
     71static PSZ pszSrcFile = __FILE__;
     72
     73#pragma data_seg(GLOBAL1)
     74BOOL fSaveBigCmds;
     75
    6676
    6777VOID load_cmdlines(BOOL DoItYourself)
Note: See TracChangeset for help on using the changeset viewer.