Removing signature from export tables.
This commit is contained in:
@@ -34,7 +34,6 @@ public:
|
||||
uint32_t ordinal;
|
||||
ExportType type;
|
||||
uint32_t flags;
|
||||
char signature[16];
|
||||
char name[96];
|
||||
|
||||
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, \
|
||||
KernelExport::type, \
|
||||
flags, \
|
||||
#signature, \
|
||||
#name, \
|
||||
}
|
||||
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#define XE_EXPORT(module, ordinal, name, signature, type, flags) \
|
||||
#define XE_EXPORT(module, ordinal, name, type, flags) \
|
||||
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