Forgot to switch macros.
This commit is contained in:
@@ -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
Reference in New Issue
Block a user