aboutsummaryrefslogtreecommitdiff
path: root/include/cru/xml/Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/xml/Base.h')
-rw-r--r--include/cru/xml/Base.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/cru/xml/Base.h b/include/cru/xml/Base.h
deleted file mode 100644
index aa3aeaa2..00000000
--- a/include/cru/xml/Base.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#ifdef CRU_IS_DLL
-#ifdef CRU_XML_EXPORT_API
-#define CRU_XML_API __declspec(dllexport)
-#else
-#define CRU_XML_API __declspec(dllimport)
-#endif
-#else
-#define CRU_XML_API
-#endif