PicoScenes API Docs
 
Loading...
Searching...
No Matches
RxSParsingCoreDLLImport.hxx
Go to the documentation of this file.
1#ifndef PICOSCENES_PLATFORM_RXSPARSINGCOREDLLIMPORT_HXX
2#define PICOSCENES_PLATFORM_RXSPARSINGCOREDLLIMPORT_HXX
3
4#undef DLL_IMPORT
5#undef DLL_EXPORT
6#ifdef _WIN32
7#define DLL_EXPORT __declspec(dllexport)
8#define DLL_IMPORT __declspec(dllimport)
9#else
10#define DLL_EXPORT __attribute__((visibility("default")))
11#define DLL_IMPORT
12#endif
13
14#ifdef RXS_PARSING_CORE_EXPORTS
15#define RXS_PARSING_CORE_API DLL_EXPORT
16#else
17#define RXS_PARSING_CORE_API DLL_IMPORT
18#endif
19
20#endif // PICOSCENES_PLATFORM_RXSPARSINGCOREDLLIMPORT_HXX