Changeset 1208 for trunk/dll/info.c


Ignore:
Timestamp:
Sep 13, 2008, 8:50:20 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/info.c

    r1183 r1208  
    3939
    4040#include "fm3dll.h"
     41#include "draglist.h"                   // Data declaration(s)
     42#include "notebook.h"                   // Data declaration(s)
     43#include "inis.h"                       // Data declaration(s)
     44#include "init.h"                       // Data declaration(s)
     45#include "mainwnd.h"                    // Data declaration(s)
    4146#include "fm3dlg.h"
    4247#include "fm3str.h"
     
    6166#include "fortify.h"
    6267
     68// Data definitions
    6369#pragma data_seg(DATA1)
    64 
    6570static PSZ pszSrcFile = __FILE__;
     71
     72#pragma data_seg(GLOBAL1)
     73INT driveflags[26];
    6674
    6775CHAR *FlagMsg(CHAR drive, CHAR * buffer)
Note: See TracChangeset for help on using the changeset viewer.