1
0
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:
Bryan Roe
2020-12-02 15:58:08 -08:00
parent 4cc92a2d59
commit 30363a70f1
3 changed files with 10 additions and 12 deletions

View File

@@ -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));