浏览该文件的文档.
4#if defined(EVENGINE_PLUGIN)
6# define EVENGINE_API __declspec(dllimport)
11# define EVENGINE_API __declspec(dllexport)
13# if defined(__GNUC__) || defined(__clang__)
14# define EVENGINE_API __attribute__((visibility("default")))
22# define EVE_PLUGIN_EXPORT extern "C" __declspec(dllexport)
24# define EVE_PLUGIN_EXPORT extern "C" __attribute__((visibility("default")))