mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-12 21:56:54 +00:00
oil: stub out more of the header in AoT mode
This commit is contained in:
parent
01abff9019
commit
499b8c6f74
@ -79,6 +79,8 @@ enum Response : int {
|
||||
OIL_UNINITIALISED = 7,
|
||||
};
|
||||
|
||||
#ifndef OIL_AOT_COMPILATION
|
||||
|
||||
struct options {
|
||||
std::string configFilePath{};
|
||||
std::string debugFilePath{};
|
||||
@ -234,6 +236,8 @@ int getObjectSize(T *ObjectAddr, size_t *ObjectSize, const options &opts,
|
||||
checkOptions);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
* You may only call this after a call to the previous signature, or a
|
||||
* call to CodegenHandler<T>::init(...) for the used type.
|
||||
|
Loading…
Reference in New Issue
Block a user