Added shared library support.

This commit is contained in:
2024-07-24 01:36:20 -07:00
parent 1b70383448
commit 8e7cc39000
122 changed files with 298 additions and 298 deletions

View File

@@ -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