logplus/CallPlugin/CallPluginExport.h

16 lines
224 B
C
Raw Permalink Normal View History

2025-10-29 17:23:30 +08:00
#ifdef WIN32
#ifdef CALLPLUGIN_LIB
#define CALLPLUGIN_EXPORT __declspec(dllexport)
#else
#define CALLPLUGIN_EXPORT __declspec(dllimport)
#endif
#else
#define CALLPLUGIN_EXPORT
#endif