1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-30 07:03:40 +00:00

Added system language query to Windows Service Installer

This commit is contained in:
Bryan Roe
2020-12-01 14:48:59 -08:00
parent db9c020fa5
commit af3a184696
3 changed files with 49 additions and 26 deletions

View File

@@ -1091,6 +1091,7 @@ int ILibIsRunningOnChainThread(void* chain);
void ILibChain_InitDescriptorCount(void *chain);
int ILibChain_GetDescriptorCount(void *chain);
void ILibChain_PartialStart(void *chain);
ILibExportMethod void ILibStartChain(void *chain);
ILibExportMethod void ILibStopChain(void *chain);
#ifdef WIN32