mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-16 06:55:04 -04:00
fix postIPCReply signature on mac and ios
This commit is contained in:
parent
35f2cbad9d
commit
7d7cb237df
2 changed files with 4 additions and 4 deletions
loader/src/internal
|
@ -26,8 +26,8 @@ void InternalLoader::closePlatformConsole() {}
|
|||
|
||||
void InternalLoader::postIPCReply(
|
||||
void* rawPipeHandle,
|
||||
std::string const& senderID,
|
||||
std::string const& data
|
||||
std::string const& replyID,
|
||||
nlohmann::json const& data
|
||||
) {}
|
||||
|
||||
void InternalLoader::setupIPC() {
|
||||
|
|
|
@ -30,8 +30,8 @@ void InternalLoader::closePlatformConsole() {
|
|||
|
||||
void InternalLoader::postIPCReply(
|
||||
void* rawPipeHandle,
|
||||
std::string const& senderID,
|
||||
std::string const& data
|
||||
std::string const& replyID,
|
||||
nlohmann::json const& data
|
||||
) {}
|
||||
|
||||
void InternalLoader::setupIPC() {
|
||||
|
|
Loading…
Add table
Reference in a new issue