Added shared library support.
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#define EHS_FUNC __FUNCTION__
|
||||
#define EHS_LINE __LINE__
|
||||
|
||||
#if defined(EHS_EXPORT)
|
||||
#if defined(EHS_LIB_EXPORT)
|
||||
#define EHS_LIB_IO __declspec(dllexport)
|
||||
#elif defined(EHS_IMPORT)
|
||||
#elif defined(EHS_LIB_IMPORT)
|
||||
#define EHS_LIB_IO __declspec(dllimport)
|
||||
#else
|
||||
#define EHS_LIB_IO
|
||||
|
Reference in New Issue
Block a user