Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef PICOSCENES_PLATFORM_RXSPARSINGCOREDLLIMPORT_HXX
2#define PICOSCENES_PLATFORM_RXSPARSINGCOREDLLIMPORT_HXX
7#define DLL_EXPORT __declspec(dllexport)
8#define DLL_IMPORT __declspec(dllimport)
10#define DLL_EXPORT __attribute__((visibility("default")))
14#ifdef RXS_PARSING_CORE_EXPORTS
15#define RXS_PARSING_CORE_API DLL_EXPORT
17#define RXS_PARSING_CORE_API DLL_IMPORT