Changeset 1207 for trunk/dll/draglist.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/draglist.c

    r1181 r1207  
    3535
    3636#include "fm3dll.h"
     37#include "info.h"                       // Data declaration(s)
     38#include "init.h"                       // Data declaration(s)
     39#include "newview.h"                    // Data declarations
    3740#include "errutil.h"                    // Dos_Error...
    3841#include "draglist.h"
     
    4346#include "fortify.h"
    4447
     48// Data definitions
    4549static PSZ pszSrcFile = __FILE__;
     50
     51#pragma data_seg(GLOBAL1)
     52HPOINTER hptrDir;
     53HPOINTER hptrFile;
     54HPOINTER hptrLast;
     55
     56#pragma data_seg(GLOBAL2)
     57CHAR *DRMDRFLIST;
    4658
    4759/**
Note: See TracChangeset for help on using the changeset viewer.