OSDN Git Service

[Release] Ver.2.1.4
[dokopop/dokopop.git] / DCHookTest / prgprof.h
1 //---------------------------------------------------------------------------
2
3 #ifndef prgprofH
4 #define prgprofH
5 //---------------------------------------------------------------------------
6
7 #ifdef  DEFINE_PFS
8 #define DEF_PFS(name, str)      extern const char PFS_##name[]; const char PFS_##name[] = str
9 #else
10 #define DEF_PFS(name, str)      extern const char PFS_##name[]
11 #endif
12
13 DEF_PFS(MAIN, "Main");
14 DEF_PFS(CONFIG, "Config");
15 DEF_PFS(PDIC, "PDIC");
16 DEF_PFS(COMMON, "Common");
17 DEF_PFS(GRPSEL, "grpsel");
18 DEF_PFS(GROUP, "Group");
19 DEF_PFS(GROUPOPEN, "GroupOpen");
20 DEF_PFS(GROUPNAME, "GroupName");
21 DEF_PFS(POPUPKEY, "PopupKey");
22 DEF_PFS(TOGGLEKEY, "ToggleKey");
23 DEF_PFS(CTRLCLOSE, "CtrlClose");
24 DEF_PFS(IGNOREJ, "IgnoreJ");
25 DEF_PFS(PATH, "Path");
26 DEF_PFS(BANNER, "Banner");
27 DEF_PFS(INCSRCH, "IncSrch");
28 DEF_PFS(CAPTURE_MODE, "CaptureMode2");
29 DEF_PFS(AMODIPATH, "AMODIPath");
30 DEF_PFS(DPI_DETECT, "DPIDetect");
31 DEF_PFS(SCALE, "Scale");
32 DEF_PFS(USE64, "Use64");
33
34 extern class TMyIni *Ini;
35
36 #endif
37