You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/CustomBuildTool/HeaderGen.cs
+66-76Lines changed: 66 additions & 76 deletions
Original file line number
Diff line number
Diff line change
@@ -61,86 +61,78 @@ public bool Equals(HeaderFile other)
61
61
}
62
62
}
63
63
64
-
publicclassHeaderGen
64
+
publicstaticclassHeaderGen
65
65
{
66
-
privatereadonlystringBaseDirectory;
67
-
privatereadonlystring[]Modes;
68
-
privatereadonlystring[]Files;
69
-
privatereadonlystringOutputFile;
70
-
privatereadonlystringHeader;
71
-
privatereadonlystringFooter;
72
-
73
-
publicHeaderGen()
74
-
{
75
-
this.OutputFile="..\\sdk\\phapppub.h";
76
-
this.BaseDirectory="ProcessHacker\\include";
77
-
this.Modes=new[]{"phapppub"};
78
-
this.Files=new[]
79
-
{
80
-
"phapp.h",
81
-
"appsup.h",
82
-
"phfwddef.h",
83
-
"procprv.h",
84
-
"srvprv.h",
85
-
"netprv.h",
86
-
"modprv.h",
87
-
"thrdprv.h",
88
-
"hndlprv.h",
89
-
"memprv.h",
90
-
"phuisup.h",
91
-
"colmgr.h",
92
-
"proctree.h",
93
-
"srvlist.h",
94
-
"netlist.h",
95
-
"thrdlist.h",
96
-
"modlist.h",
97
-
"hndllist.h",
98
-
"memlist.h",
99
-
"extmgr.h",
100
-
"mainwnd.h",
101
-
"notifico.h",
102
-
"phplug.h",
103
-
"actions.h",
104
-
"procprp.h",
105
-
"procprpp.h",
106
-
"phsvccl.h",
107
-
"sysinfo.h",
108
-
"procgrp.h",
109
-
"miniinfo.h"
110
-
};
111
-
this.Header="#ifndef _PH_PHAPPPUB_H\r\n#define _PH_PHAPPPUB_H\r\n\r\n// This file was automatically generated. Do not edit.\r\n\r\n#ifdef __cplusplus\r\nextern \"C\" {\r\n#endif\r\n";
privatestaticreadonlystringHeader="#ifndef _PH_PHAPPPUB_H\r\n#define _PH_PHAPPPUB_H\r\n\r\n// This file was automatically generated. Do not edit.\r\n\r\n#ifdef __cplusplus\r\nextern \"C\" {\r\n#endif\r\n";
0 commit comments