You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
301 B
12 lines
301 B
#ifndef _globals_h
|
|
|
|
class CTrapReg;
|
|
extern CTrapReg g_reg;
|
|
extern TCHAR g_chThousandSep; // The thousands separator character
|
|
extern BOOL g_abLcSourceSortAscending[];
|
|
extern BOOL g_abLcEventsSortAscending[];
|
|
|
|
#define MAX_STRING 1024
|
|
#define FILE_DEF_EXT _T("*.*")
|
|
|
|
#endif //_globals_h
|