mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 18:42:28 +00:00
fix(registry): add missing SRegDestroy
This commit is contained in:
parent
65271681a2
commit
1671d7bef8
1 changed files with 3 additions and 0 deletions
|
|
@ -159,3 +159,6 @@ int32_t SRegSaveValue(const char* keyname, const char* valuename, uint32_t flags
|
|||
return SetObject(keyname, valuename, flags, [NSNumber numberWithUnsignedInt:value]);
|
||||
}
|
||||
}
|
||||
|
||||
void SRegDestroy() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue