mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-02-12 14:33:20 +00:00
Added missing #ifdef
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user