Loading...
Searching...
No Matches
Go to the documentation of this file.
7#if defined _WIN32 || defined __CYGWIN__
8# ifdef MCAP_IMPLEMENTATION
10# define MCAP_PUBLIC __attribute__((dllexport))
12# define MCAP_PUBLIC __declspec(dllexport)
16# define MCAP_PUBLIC __attribute__((dllimport))
18# define MCAP_PUBLIC __declspec(dllimport)
23# define MCAP_PUBLIC __attribute__((visibility("default")))