aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/ryml/src/c4/yml/export.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/ryml/src/c4/yml/export.hpp')
-rw-r--r--thirdparty/ryml/src/c4/yml/export.hpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/thirdparty/ryml/src/c4/yml/export.hpp b/thirdparty/ryml/src/c4/yml/export.hpp
deleted file mode 100644
index 6b77f3f8d..000000000
--- a/thirdparty/ryml/src/c4/yml/export.hpp
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef C4_YML_EXPORT_HPP_
-#define C4_YML_EXPORT_HPP_
-
-#ifdef _WIN32
- #ifdef RYML_SHARED
- #ifdef RYML_EXPORTS
- #define RYML_EXPORT __declspec(dllexport)
- #else
- #define RYML_EXPORT __declspec(dllimport)
- #endif
- #else
- #define RYML_EXPORT
- #endif
-#else
- #define RYML_EXPORT
-#endif
-
-#endif /* C4_YML_EXPORT_HPP_ */