logplus/Slfio/include/SlfioExport.h
2025-10-29 17:23:30 +08:00

16 lines
204 B
C

#ifdef WIN32
#ifdef SLFIO_LIB
#define SLFIO_EXPORT __declspec(dllexport)
#else
#define SLFIO_EXPORT __declspec(dllimport)
#endif
#else
#define SLFIO_EXPORT
#endif