Changeset 1210 for trunk/dll/newview.c


Ignore:
Timestamp:
Sep 13, 2008, 8:51:37 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/newview.c

    r1186 r1210  
    4747
    4848#include "fm3dll.h"
     49#include "mainwnd2.h"                   // Data declaration(s)
     50#include "collect.h"                    // Data declaration(s)
     51#include "grep.h"                       // Data declaration(s)
     52#include "dircnrs.h"                    // Data declaration(s)
     53#include "init.h"                       // Data declaration(s)
    4954#include "fm3dlg.h"
    5055#include "fm3str.h"
     
    8186#include "fortify.h"
    8287
     88// Data definitions
     89#pragma data_seg(GLOBAL1)
     90HEV CompactSem;
     91BOOL fFtpRunWPSDefault;
     92BOOL fHttpRunWPSDefault;
     93
     94#pragma data_seg(GLOBAL2)
     95CHAR *httprun;
     96CHAR *mailrun;
     97
     98#pragma data_seg(GLOBAL3)
     99LONG standardcolors[16];
     100
    83101#pragma data_seg(DATA2)
    84 
    85102static PSZ pszSrcFile = __FILE__;
    86103
Note: See TracChangeset for help on using the changeset viewer.