Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifdef QUGAR_STATIC_DEFINE
7# define QUGAR_NO_EXPORT
19# ifndef QUGAR_NO_EXPORT
20# define QUGAR_NO_EXPORT
24#ifndef QUGAR_DEPRECATED
25# define QUGAR_DEPRECATED __attribute__ ((__deprecated__))
28#ifndef QUGAR_DEPRECATED_EXPORT
29# define QUGAR_DEPRECATED_EXPORT QUGAR_EXPORT QUGAR_DEPRECATED
32#ifndef QUGAR_DEPRECATED_NO_EXPORT
33# define QUGAR_DEPRECATED_NO_EXPORT QUGAR_NO_EXPORT QUGAR_DEPRECATED
37# ifndef QUGAR_NO_DEPRECATED
38# define QUGAR_NO_DEPRECATED