修复
This commit is contained in:
@ -21,7 +21,7 @@ extern "C" {
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define WINDOWSEXPORT __declspec(dllexport) // Windows下导出函数
|
#define WINDOWSEXPORT __declspec(dllexport) // Windows下导出函数
|
||||||
#elif
|
#else
|
||||||
#define WINDOWSEXPORT // Linux下导出函数
|
#define WINDOWSEXPORT // Linux下导出函数
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ extern "C" {
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define WINDOWSEXPORT __declspec(dllexport) // Windows下导出函数
|
#define WINDOWSEXPORT __declspec(dllexport) // Windows下导出函数
|
||||||
#elif
|
#else
|
||||||
#define WINDOWSEXPORT // Linux下导出函数
|
#define WINDOWSEXPORT // Linux下导出函数
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user