Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifdef HTMLPP_STATIC_DEFINE
7# define HTMLPP_NO_EXPORT
12# define HTMLPP_EXPORT __attribute__((visibility("default")))
15# define HTMLPP_EXPORT __attribute__((visibility("default")))
19# ifndef HTMLPP_NO_EXPORT
20# define HTMLPP_NO_EXPORT __attribute__((visibility("hidden")))
24#ifndef HTMLPP_DEPRECATED
25# define HTMLPP_DEPRECATED __attribute__ ((__deprecated__))
28#ifndef HTMLPP_DEPRECATED_EXPORT
29# define HTMLPP_DEPRECATED_EXPORT HTMLPP_EXPORT HTMLPP_DEPRECATED
32#ifndef HTMLPP_DEPRECATED_NO_EXPORT
33# define HTMLPP_DEPRECATED_NO_EXPORT HTMLPP_NO_EXPORT HTMLPP_DEPRECATED
38# ifndef HTMLPP_NO_DEPRECATED
39# define HTMLPP_NO_DEPRECATED