Changeset 1213 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Sep 13, 2008, 8:53:06 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/treecnr.c

    r1178 r1213  
    6060
    6161#include "fm3dll.h"
     62#include "mainwnd2.h"                   // Data declaration(s)
     63#include "grep.h"                       // Data declaration(s)
     64#include "dircnrs.h"                    // Data declaration(s)
     65#include "info.h"                       // Data declaration(s)
    6266#include "fm3dlg.h"
    6367#include "fm3str.h"
     
    106110#include "dirs.h"                       // save_dir2
    107111#include "fortify.h"
     112#include "init.h"                       // GetTidForWindow
     113
     114// Data definitions
     115
     116#pragma data_seg(GLOBAL1)
     117HWND LastDir;
     118HWND TreeCnrMenu;
     119INT driveserial[26];
     120BOOL fDCOpens;
     121BOOL fDummy;
     122BOOL fFollowTree;
     123BOOL fTopDir;
     124HPOINTER hptrDunno;
     125HWND hwndMainMenu;
     126
     127#pragma data_seg(GLOBAL2)
     128ULONG FM3UL;
     129INT TreesortFlags;
    108130
    109131#pragma data_seg(DATA1)
    110132
    111133static PSZ pszSrcFile = __FILE__;
     134static BOOL fOkayMinimize;
    112135
    113136APIRET16 APIENTRY16 Dos16MemAvail(PULONG pulAvailMem);
Note: See TracChangeset for help on using the changeset viewer.