Changeset 1213 for trunk/dll/subj.c


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

    r1184 r1213  
    2727
    2828#include "fm3dll.h"
     29#include "info.h"                       // Data declaration(s)
     30#include "mainwnd.h"                    // Data declaration(s)
    2931#include "fm3dlg.h"
    3032#include "fm3str.h"
     
    3739#include "fortify.h"
    3840
     41// Data definitions
    3942static PSZ pszSrcFile = __FILE__;
     43
     44#pragma data_seg(GLOBAL2)
     45CHAR *SUBJECT;
    4046
    4147INT Subject(HWND hwnd, CHAR * filename)
Note: See TracChangeset for help on using the changeset viewer.