Forgot to switch macros.

This commit is contained in:
Ben Vanik 2013-05-26 19:19:26 -07:00
parent 9f320ba4a7
commit 87b8ebd613
2 changed files with 859 additions and 868 deletions

View File

@ -61,15 +61,6 @@ public:
};
};
#define XE_DECLARE_EXPORT(module, ordinal, name, signature, type, flags) \
{ \
ordinal, \
KernelExport::type, \
flags, \
#signature, \
#name, \
}
class ExportResolver {
public:

File diff suppressed because it is too large Load Diff