1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-02-12 14:33:20 +00:00

Added missing #ifdef

This commit is contained in:
Bryan Roe
2020-05-18 00:48:31 -07:00
parent 0e8bc420a3
commit 75b976b7ac

View File

@@ -3949,11 +3949,14 @@ void MeshAgent_AgentInstallerCTX_Finalizer(duk_context *ctx, void *user)
}
}
#ifdef WIN32
BOOL MeshAgent_PidWaiter(void *chain, HANDLE h, ILibWaitHandle_ErrorStatus status, void* user)
{
ILibStopChain(chain);
return(FALSE);
}
#endif
int MeshAgent_AgentMode(MeshAgentHostContainer *agentHost, int paramLen, char **param, int parseCommands)
{
int resetNodeId = 0;