Changeset 1205 for trunk/dll/comp.h


Ignore:
Timestamp:
Sep 13, 2008, 8:47:51 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/comp.h

    r1195 r1205  
    2828
    2929#include "dircnrs.h"                    // DIRCNRDATA
    30 
    31 #ifdef DEFINE_GLOBALS
    32 #pragma data_seg(GLOBAL1)
    33 #endif
    3430
    3531typedef struct
     
    7672MRESULT EXPENTRY CompareDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    7773
     74// Data declarations
     75extern BOOL fSelectedAlways;
     76
    7877#endif // COMP_H
Note: See TracChangeset for help on using the changeset viewer.