Removing signature from export tables.
This commit is contained in:
@@ -34,7 +34,6 @@ public:
|
|||||||
uint32_t ordinal;
|
uint32_t ordinal;
|
||||||
ExportType type;
|
ExportType type;
|
||||||
uint32_t flags;
|
uint32_t flags;
|
||||||
char signature[16];
|
|
||||||
char name[96];
|
char name[96];
|
||||||
|
|
||||||
bool is_implemented;
|
bool is_implemented;
|
||||||
|
|||||||
@@ -23,12 +23,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#define XE_EXPORT(module, ordinal, name, signature, type, flags) \
|
#define XE_EXPORT(module, ordinal, name, type, flags) \
|
||||||
{ \
|
{ \
|
||||||
ordinal, \
|
ordinal, \
|
||||||
KernelExport::type, \
|
KernelExport::type, \
|
||||||
flags, \
|
flags, \
|
||||||
#signature, \
|
|
||||||
#name, \
|
#name, \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#define XE_EXPORT(module, ordinal, name, signature, type, flags) \
|
#define XE_EXPORT(module, ordinal, name, type, flags) \
|
||||||
name = ordinal
|
name = ordinal
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user