Forgot to switch macros.
This commit is contained in:
parent
9f320ba4a7
commit
87b8ebd613
|
@ -61,15 +61,6 @@ public:
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#define XE_DECLARE_EXPORT(module, ordinal, name, signature, type, flags) \
|
|
||||||
{ \
|
|
||||||
ordinal, \
|
|
||||||
KernelExport::type, \
|
|
||||||
flags, \
|
|
||||||
#signature, \
|
|
||||||
#name, \
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
class ExportResolver {
|
class ExportResolver {
|
||||||
public:
|
public:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue