Changeset 1225 for trunk/dll/misc.c


Ignore:
Timestamp:
Sep 14, 2008, 1:12:12 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/misc.c

    r1210 r1225  
    6666
    6767#include "fm3dll.h"
     68#include "fm3dll2.h"                    // #define's for UM_*, control id's, etc.
     69#include "misc.h"
    6870#include "killproc.h"                   // Data declaration(s)
    6971#include "comp.h"                       // Data declaration(s)
     
    9496#include "commafmt.h"                   // CommaFmtULL
    9597#include "fortify.h"
    96 #include "misc.h"
     98
     99#define CONTAINER_COLUMNS       13      /* Number of columns in details view */
     100#define MS_POPUP          0x00000010L
    97101
    98102// Data definitions
Note: See TracChangeset for help on using the changeset viewer.