Changeset 1206 for trunk/dll/defview.c


Ignore:
Timestamp:
Sep 13, 2008, 8:48:55 AM (17 years ago)
Author:
John Small
Message:

Ticket 187: Move datadevlarations/definitions out of fm3dll.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/defview.c

    r1189 r1206  
    3434#include <os2me.h>
    3535
     36#include "fm3dll.h"
     37#include "mainwnd2.h"                   // Data declaration(s)
     38#include "init.h"                       // Data declaration(s)
    3639#include "fm3dlg.h"
    3740#include "arccnrs.h"                    // StartArcCnr
     
    4952#include "viewer.h"                     // StartMLEEditor
    5053#include "newview.h"                    // StartViewer
    51 #include "fm3dll.h"
     54#include "mainwnd.h"                    // Data declaration(s)
    5255#include "misc.h"                       // ExecFile, ViewHelp
    5356
     57// Data definitions
    5458static PSZ pszSrcFile = __FILE__;
     59
     60#pragma data_seg(GLOBAL2)
     61CHAR *Default;
    5562
    5663BOOL ShowMultimedia(CHAR * filename)
Note: See TracChangeset for help on using the changeset viewer.