Changeset 1205 for trunk/dll/comp.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/comp.c

    r1179 r1205  
    7373
    7474#include "fm3dll.h"
     75#include "mainwnd2.h"                   // Data declaration(s)
     76#include "inis.h"                       // Data declaration(s)
     77#include "init.h"                       // Data declaration(s)
     78#include "newview.h"                    // Data declarations
    7579#include "fm3dlg.h"
    7680#include "fm3str.h"
     
    116120SNAPSTUFF;
    117121
     122// Data definitions
    118123static PSZ pszSrcFile = __FILE__;
     124
     125#pragma data_seg(GLOBAL1)
     126BOOL fSelectedAlways;
    119127
    120128//=== SnapShot() Write directory tree to file and recurse if requested ===
Note: See TracChangeset for help on using the changeset viewer.