Changeset 1209 for trunk/dll/killproc.c


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

    r1188 r1209  
    3434
    3535#include "fm3dll.h"
     36#include "init.h"                       // Data declaration(s)
     37#include "notebook.h"                   // Data declaration(s)
     38#include "mainwnd.h"                    // Data declaration(s)
    3639#include "fm3dlg.h"
    3740#include "fm3str.h"
     
    5053#include "fortify.h"
    5154
     55// Data definitions
    5256#pragma data_seg(DATA2)
    5357
    5458static PSZ pszSrcFile = __FILE__;
     59
     60#pragma data_seg(GLOBAL1)
     61BOOL fUseQProcStat;
     62BOOL fUseQSysState;
     63PID mypid;
    5564
    5665CHAR *GetDosPgmName(PID pid, CHAR * string)
Note: See TracChangeset for help on using the changeset viewer.