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