logplus/Slfio/include/SlfioExport.h

16 lines
204 B
C
Raw Permalink Normal View History

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