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

#ifdef CRU_PLATFORM_WINDOWS
#ifdef CRU_PARSE_EXPORT_API
#define CRU_PARSE_API __declspec(dllexport)
#else
#define CRU_PARSE_API __declspec(dllimport)
#endif
#else
#define CRU_PARSE_API
#endif