Changeset 1220 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Sep 14, 2008, 1:09:45 AM (17 years ago)
Author:
John Small
Message:

Ticket 187: Moved typedef's and some #define's from fm3dll.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1203 r1220  
    8080
    8181#include "fm3dll.h"
     82#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     83#include "arccnrs.h"
     84#include "makelist.h"                   // Typedef
     85#include "colors.h"                     // Typedef
    8286#include "mainwnd2.h"                   // Data declaration(s)
    8387#include "grep.h"                       // Data declaration(s)
     
    8589#include "info.h"                       // Data declaration(s)
    8690#include "init.h"                       // Data declaration(s)
    87 #include "arccnrs.h"                    // StartArcCnr
    8891#include "fm3dlg.h"
    8992#include "fm3str.h"
     
    133136#include "dirs.h"                       // save_dir2
    134137#include "fortify.h"
     138
     139#define ARCFLAGS_REALDIR    0x00000001
     140#define ARCFLAGS_PSEUDODIR  0x00000002
     141#define CON_COLS                6
     142#define EXTRA_ARCRECORD_BYTES   (sizeof(ARCITEM) - sizeof(MINIRECORDCORE))
     143
    135144
    136145#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.