This commit is contained in:
xin
2025-06-30 15:43:48 +08:00
parent e52359f321
commit 8e72b0b12c
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ extern "C" {
#ifdef _WIN32
#define WINDOWSEXPORT __declspec(dllexport) // Windows下导出函数
#elif
#else
#define WINDOWSEXPORT // Linux下导出函数
#endif

View File

@ -21,7 +21,7 @@ extern "C" {
#ifdef _WIN32
#define WINDOWSEXPORT __declspec(dllexport) // Windows下导出函数
#elif
#else
#define WINDOWSEXPORT // Linux下导出函数
#endif