From ad82c4c4892e026bb0f0968287c4c173d3d01769 Mon Sep 17 00:00:00 2001 From: hai007 Date: Fri, 27 Aug 2021 14:34:41 -0700 Subject: [PATCH] Updated core_adapter.h to match the change on core_adapter.cc PiperOrigin-RevId: 393430067 --- windows/core_adapter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/core_adapter.h b/windows/core_adapter.h index d2b371dd..ef78f4fb 100644 --- a/windows/core_adapter.h +++ b/windows/core_adapter.h @@ -42,7 +42,7 @@ DLL_API Core* __stdcall InitCoreWithServiceControllerFactory( // Initializes a default Core instance. // Returns the instance handle to c# client. -DLL_API Core* __stdcall InitCore(); +DLL_API Core* __stdcall InitCore(ServiceControllerRouter* router); // Closes the core with stopping all endpoints, then free the memory. DLL_API void __stdcall CloseCore(Core* pCore);