From a71153d4143e61aff37f7a1eec800966ecd771fb Mon Sep 17 00:00:00 2001 From: walon Date: Fri, 7 Jul 2023 21:38:38 +0800 Subject: [PATCH] =?UTF-8?q?[change]=20=E4=BF=AE=E6=AD=A3RuntimeApi.cs?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9F=90=E4=BA=9B=E4=BB=A3=E7=A0=81=E7=9A=84?= =?UTF-8?q?=E7=BC=A9=E8=BF=9B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/RuntimeApi.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/RuntimeApi.cs b/Runtime/RuntimeApi.cs index 315aaec..5a6b230 100644 --- a/Runtime/RuntimeApi.cs +++ b/Runtime/RuntimeApi.cs @@ -76,7 +76,7 @@ namespace HybridCLR { } - #else +#else [DllImport(dllName, EntryPoint = "RuntimeApi_SetInterpreterThreadObjectStackSize")] public static extern void SetInterpreterThreadObjectStackSize(int size); #endif @@ -103,7 +103,7 @@ namespace HybridCLR { } - #else +#else [DllImport(dllName, EntryPoint = "RuntimeApi_SetInterpreterThreadFrameStackSize")] public static extern void SetInterpreterThreadFrameStackSize(int size); #endif