|
OGS
|
Go to the documentation of this file.
2#ifndef BASELIB_EXPORT_H
3#define BASELIB_EXPORT_H
5#ifdef BASELIB_STATIC_DEFINE
7# define BASELIB_NO_EXPORT
10# ifdef BaseLib_EXPORTS
12# define BASELIB_EXPORT
15# define BASELIB_EXPORT
19# ifndef BASELIB_NO_EXPORT
20# define BASELIB_NO_EXPORT
24#ifndef BASELIB_DEPRECATED
25# define BASELIB_DEPRECATED __attribute__ ((__deprecated__))
28#ifndef BASELIB_DEPRECATED_EXPORT
29# define BASELIB_DEPRECATED_EXPORT BASELIB_EXPORT BASELIB_DEPRECATED
32#ifndef BASELIB_DEPRECATED_NO_EXPORT
33# define BASELIB_DEPRECATED_NO_EXPORT BASELIB_NO_EXPORT BASELIB_DEPRECATED
38# ifndef BASELIB_NO_DEPRECATED
39# define BASELIB_NO_DEPRECATED