mirror of https://github.com/BOINC/boinc.git
12 lines
328 B
C
12 lines
328 B
C
|
|
#define MAX_TABS 5
|
|
#define MAX_USAGE_STR 5
|
|
#define MAX_MISC_STR 13
|
|
#define MAX_LIST_ID 4 // for column titles
|
|
#define MAX_COLS 7
|
|
|
|
extern char g_szTabItems[MAX_TABS][256];
|
|
extern char g_szColumnTitles[MAX_LIST_ID][MAX_COLS][256];
|
|
extern char g_szUsageItems[MAX_USAGE_STR][256];
|
|
extern char g_szMiscItems[MAX_MISC_STR][256];
|