aboutsummaryrefslogtreecommitdiff
path: root/include/openvic-dataloader/detail/ClassExport.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvic-dataloader/detail/ClassExport.hpp')
-rw-r--r--include/openvic-dataloader/detail/ClassExport.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/openvic-dataloader/detail/ClassExport.hpp b/include/openvic-dataloader/detail/ClassExport.hpp
deleted file mode 100644
index 27098ed..0000000
--- a/include/openvic-dataloader/detail/ClassExport.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-#ifdef _MSC_VER
-#define OVDL_EXPORT __declspec(dllexport)
-#elif defined(__GNUC__)
-#define OVDL_EXPORT __attribute__((visibility("default")))
-#else
-#define OVDL_EXPORT
-#endif \ No newline at end of file