Changeset 1207 for trunk/dll/flesh.c


Ignore:
Timestamp:
Sep 13, 2008, 8:49:41 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/dll/flesh.c

    r1177 r1207  
    3333
    3434#include "fm3dll.h"
     35#include "draglist.h"                   // Data declaration(s)
     36#include "notebook.h"                   // Data declaration(s)
     37#include "info.h"                       // Data declaration(s)
     38#include "init.h"                       // Data declaration(s)
     39#include "mainwnd.h"                    // Data declaration(s)
    3540#include "fm3str.h"
    3641#include "filldir.h"                    // FileAttrToString...
     
    4449#include "wrappers.h"                   // xfree
    4550
     51// Data definitions
    4652#pragma data_seg(DATA1)
    4753
    4854static PSZ pszSrcFile = __FILE__;
     55
     56#pragma data_seg(GLOBAL1)
     57ULONG NoBrokenNotify;
     58BOOL fFilesInTree;
    4959
    5060BOOL FleshEnv(HWND hwndCnr, PCNRITEM pciParent)
Note: See TracChangeset for help on using the changeset viewer.