mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-22 03:03:18 +00:00
1. Updated error handling for MeshInfo_GetSystemInformation
2. Fixed missing ILibSpinLock declaration 3. Fixed compiler warning
This commit is contained in:
@@ -3628,8 +3628,6 @@ void ILibChain_PartialStart(void *Chain)
|
||||
{
|
||||
if (Chain == NULL) { return; }
|
||||
ILibBaseChain *chain = (ILibBaseChain*)Chain;
|
||||
ILibChain_Link *module;
|
||||
ILibChain_Link_Hook *nodeHook;
|
||||
|
||||
#ifdef WIN32
|
||||
memset(chain->WaitHandles, 0, sizeof(chain->WaitHandles));
|
||||
|
||||
Reference in New Issue
Block a user