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