mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-08 22:09:17 +00:00
Update kernel
This commit is contained in:
@ -27,6 +27,9 @@ namespace std
|
||||
unsigned Outer) const
|
||||
{
|
||||
stub;
|
||||
UNUSED(ThrowType);
|
||||
UNUSED(ThrowObject);
|
||||
UNUSED(Outer);
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -34,6 +37,8 @@ namespace std
|
||||
void **ObjectPointer) const
|
||||
{
|
||||
stub;
|
||||
UNUSED(Target);
|
||||
UNUSED(ObjectPointer);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user