|
OGS
|
Go to the documentation of this file.
2#ifndef TESTINFOLIB_EXPORT_H
3#define TESTINFOLIB_EXPORT_H
5#ifdef TESTINFOLIB_STATIC_DEFINE
6# define TESTINFOLIB_EXPORT
7# define TESTINFOLIB_NO_EXPORT
9# ifndef TESTINFOLIB_EXPORT
10# ifdef TestInfoLib_EXPORTS
12# define TESTINFOLIB_EXPORT
15# define TESTINFOLIB_EXPORT
19# ifndef TESTINFOLIB_NO_EXPORT
20# define TESTINFOLIB_NO_EXPORT
24#ifndef TESTINFOLIB_DEPRECATED
25# define TESTINFOLIB_DEPRECATED __attribute__ ((__deprecated__))
28#ifndef TESTINFOLIB_DEPRECATED_EXPORT
29# define TESTINFOLIB_DEPRECATED_EXPORT TESTINFOLIB_EXPORT TESTINFOLIB_DEPRECATED
32#ifndef TESTINFOLIB_DEPRECATED_NO_EXPORT
33# define TESTINFOLIB_DEPRECATED_NO_EXPORT TESTINFOLIB_NO_EXPORT TESTINFOLIB_DEPRECATED
38# ifndef TESTINFOLIB_NO_DEPRECATED
39# define TESTINFOLIB_NO_DEPRECATED