summaryrefslogtreecommitdiff
path: root/include/CommonAPI/Export.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/Export.hpp')
-rw-r--r--include/CommonAPI/Export.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/CommonAPI/Export.hpp b/include/CommonAPI/Export.hpp
index 1fe9734..1513ac9 100644
--- a/include/CommonAPI/Export.hpp
+++ b/include/CommonAPI/Export.hpp
@@ -7,16 +7,16 @@
#define COMMONAPI_EXPORT_HPP_
#ifdef WIN32
- #define COMMONAPI_EXPORT __declspec(dllexport)
+ #define COMMONAPI_EXPORT __declspec(dllexport)
- #if COMMONAPI_DLL_COMPILATION
- #define COMMONAPI_IMPORT_EXPORT __declspec(dllexport)
- #else
- #define COMMONAPI_IMPORT_EXPORT __declspec(dllimport)
- #endif
+ #if COMMONAPI_DLL_COMPILATION
+ #define COMMONAPI_IMPORT_EXPORT __declspec(dllexport)
+ #else
+ #define COMMONAPI_IMPORT_EXPORT __declspec(dllimport)
+ #endif
#else
- #define COMMONAPI_EXPORT
- #define COMMONAPI_IMPORT_EXPORT
+ #define COMMONAPI_EXPORT
+ #define COMMONAPI_IMPORT_EXPORT
#endif
#endif // COMMONAPI_EXPORT_HPP_