aboutsummaryrefslogtreecommitdiff
path: root/include/cru/xml/Base.hpp
blob: 5d6fe144b57f937f05c994086fb9b0434d662af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#ifdef CRU_PLATFORM_WINDOWS
#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