Changeset 1206 for trunk/dll/datamin.c


Ignore:
Timestamp:
Sep 13, 2008, 8:48:55 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/datamin.c

    r1178 r1206  
    3636
    3737#include "fm3dll.h"
     38#include "info.h"                       // Data declaration(s)
     39#include "notebook.h"                   // Data declaration(s)
     40#include "inis.h"                       // Data declaration(s)
     41#include "init.h"                       // Data declaration(s)
     42#include "defview.h"                    // Data declaration(s)
    3843#include "fm3dlg.h"
    3944#include "fm3str.h"
     
    5762#include "fortify.h"
    5863
    59 #pragma data_seg(DATA2)
    60 
    61 static PSZ pszSrcFile = __FILE__;
    62 
    6364APIRET16 APIENTRY16 Dos16MemAvail(PULONG pulAvailMem);
    6465
     
    6768
    6869static VOID dataminThread(VOID * pv);
     70
     71// Data definitions
     72#pragma data_seg(GLOBAL1)
     73HWND DataHwnd;
     74BOOL fDataInclRemote;
     75BOOL fDataShowDrives;
     76BOOL fDataToFore;
     77BOOL fDullMin;
     78
     79#pragma data_seg(DATA2)
     80
     81static PSZ pszSrcFile = __FILE__;
    6982
    7083long MINI_X = 208, MINI_Y = 16;
Note: See TracChangeset for help on using the changeset viewer.