Loading...
Searching...
No Matches
Go to the documentation of this file.
42#ifndef __BCPSCONFIG_H__
43#define __BCPSCONFIG_H__
56#define BCPSLIB_EXPORT __declspec(dllexport)
57#elif defined(__GNUC__) && __GNUC__ >= 4
59#define BCPSLIB_EXPORT __attribute__((__visibility__("default")))