aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/Base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/win/Base.hpp')
-rw-r--r--include/cru/win/Base.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/cru/win/Base.hpp b/include/cru/win/Base.hpp
deleted file mode 100644
index d78f2538..00000000
--- a/include/cru/win/Base.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include "WinPreConfig.hpp"
-
-#ifdef CRU_PLATFORM_WINDOWS
-#ifdef CRU_WIN_EXPORT_API
-#define CRU_WIN_API __declspec(dllexport)
-#else
-#define CRU_WIN_API __declspec(dllimport)
-#endif
-#else
-#define CRU_WIN_API
-#endif