From 8e72b0b12c4bf0ad71fb792e48e5e2b0bc8b46d2 Mon Sep 17 00:00:00 2001 From: xin Date: Mon, 30 Jun 2025 15:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- myis11/src/IRIS_IS3/IS3_INST.h | 2 +- myis11/src/is11/IS11_INST.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/myis11/src/IRIS_IS3/IS3_INST.h b/myis11/src/IRIS_IS3/IS3_INST.h index acb6241..3a0ae8f 100644 --- a/myis11/src/IRIS_IS3/IS3_INST.h +++ b/myis11/src/IRIS_IS3/IS3_INST.h @@ -21,7 +21,7 @@ extern "C" { #ifdef _WIN32 #define WINDOWSEXPORT __declspec(dllexport) // Windows下导出函数 -#elif +#else #define WINDOWSEXPORT // Linux下导出函数 #endif diff --git a/myis11/src/is11/IS11_INST.h b/myis11/src/is11/IS11_INST.h index f9631c0..7426437 100644 --- a/myis11/src/is11/IS11_INST.h +++ b/myis11/src/is11/IS11_INST.h @@ -21,7 +21,7 @@ extern "C" { #ifdef _WIN32 #define WINDOWSEXPORT __declspec(dllexport) // Windows下导出函数 -#elif +#else #define WINDOWSEXPORT // Linux下导出函数 #endif