49 lines
3.3 KiB
TeX
49 lines
3.3 KiB
TeX
\hypertarget{GpgFrontendCoreExport_8h_source}{}\doxysection{Gpg\+Frontend\+Core\+Export.\+h}
|
|
\label{GpgFrontendCoreExport_8h_source}\index{src/core/GpgFrontendCoreExport.h@{src/core/GpgFrontendCoreExport.h}}
|
|
|
|
\begin{DoxyCode}{0}
|
|
\DoxyCodeLine{1 }
|
|
\DoxyCodeLine{2 \textcolor{preprocessor}{\#ifndef GPGFRONTEND\_CORE\_EXPORT\_H}}
|
|
\DoxyCodeLine{3 \textcolor{preprocessor}{\#define GPGFRONTEND\_CORE\_EXPORT\_H}}
|
|
\DoxyCodeLine{4 }
|
|
\DoxyCodeLine{5 \textcolor{preprocessor}{\#ifdef GPGFRONTEND\_CORE\_STATIC\_DEFINE}}
|
|
\DoxyCodeLine{6 \textcolor{preprocessor}{\# define GPGFRONTEND\_CORE\_EXPORT}}
|
|
\DoxyCodeLine{7 \textcolor{preprocessor}{\# define GPGFRONTEND\_CORE\_NO\_EXPORT}}
|
|
\DoxyCodeLine{8 \textcolor{preprocessor}{\#else}}
|
|
\DoxyCodeLine{9 \textcolor{preprocessor}{\# ifndef GPGFRONTEND\_CORE\_EXPORT}}
|
|
\DoxyCodeLine{10 \textcolor{preprocessor}{\# ifdef gpgfrontend\_core\_EXPORTS}}
|
|
\DoxyCodeLine{11 \textcolor{comment}{/* We are building this library */}}
|
|
\DoxyCodeLine{12 \textcolor{preprocessor}{\# define GPGFRONTEND\_CORE\_EXPORT \_\_attribute\_\_((visibility("{}default"{}})))}
|
|
\DoxyCodeLine{13 \textcolor{preprocessor}{\# else}}
|
|
\DoxyCodeLine{14 \textcolor{comment}{/* We are using this library */}}
|
|
\DoxyCodeLine{15 \textcolor{preprocessor}{\# define GPGFRONTEND\_CORE\_EXPORT \_\_attribute\_\_((visibility("{}default"{}})))}
|
|
\DoxyCodeLine{16 \textcolor{preprocessor}{\# endif}}
|
|
\DoxyCodeLine{17 \textcolor{preprocessor}{\# endif}}
|
|
\DoxyCodeLine{18 }
|
|
\DoxyCodeLine{19 \textcolor{preprocessor}{\# ifndef GPGFRONTEND\_CORE\_NO\_EXPORT}}
|
|
\DoxyCodeLine{20 \textcolor{preprocessor}{\# define GPGFRONTEND\_CORE\_NO\_EXPORT \_\_attribute\_\_((visibility("{}hidden"{}})))}
|
|
\DoxyCodeLine{21 \textcolor{preprocessor}{\# endif}}
|
|
\DoxyCodeLine{22 \textcolor{preprocessor}{\#endif}}
|
|
\DoxyCodeLine{23 }
|
|
\DoxyCodeLine{24 \textcolor{preprocessor}{\#ifndef GPGFRONTEND\_CORE\_DEPRECATED}}
|
|
\DoxyCodeLine{25 \textcolor{preprocessor}{\# define GPGFRONTEND\_CORE\_DEPRECATED \_\_attribute\_\_ ((\_\_deprecated\_\_))}}
|
|
\DoxyCodeLine{26 \textcolor{preprocessor}{\#endif}}
|
|
\DoxyCodeLine{27 }
|
|
\DoxyCodeLine{28 \textcolor{preprocessor}{\#ifndef GPGFRONTEND\_CORE\_DEPRECATED\_EXPORT}}
|
|
\DoxyCodeLine{29 \textcolor{preprocessor}{\# define GPGFRONTEND\_CORE\_DEPRECATED\_EXPORT GPGFRONTEND\_CORE\_EXPORT GPGFRONTEND\_CORE\_DEPRECATED}}
|
|
\DoxyCodeLine{30 \textcolor{preprocessor}{\#endif}}
|
|
\DoxyCodeLine{31 }
|
|
\DoxyCodeLine{32 \textcolor{preprocessor}{\#ifndef GPGFRONTEND\_CORE\_DEPRECATED\_NO\_EXPORT}}
|
|
\DoxyCodeLine{33 \textcolor{preprocessor}{\# define GPGFRONTEND\_CORE\_DEPRECATED\_NO\_EXPORT GPGFRONTEND\_CORE\_NO\_EXPORT GPGFRONTEND\_CORE\_DEPRECATED}}
|
|
\DoxyCodeLine{34 \textcolor{preprocessor}{\#endif}}
|
|
\DoxyCodeLine{35 }
|
|
\DoxyCodeLine{36 \textcolor{preprocessor}{\#if 0 }\textcolor{comment}{/* DEFINE\_NO\_DEPRECATED */}\textcolor{preprocessor}{}}
|
|
\DoxyCodeLine{37 \textcolor{preprocessor}{\# ifndef GPGFRONTEND\_CORE\_NO\_DEPRECATED}}
|
|
\DoxyCodeLine{38 \textcolor{preprocessor}{\# define GPGFRONTEND\_CORE\_NO\_DEPRECATED}}
|
|
\DoxyCodeLine{39 \textcolor{preprocessor}{\# endif}}
|
|
\DoxyCodeLine{40 \textcolor{preprocessor}{\#endif}}
|
|
\DoxyCodeLine{41 }
|
|
\DoxyCodeLine{42 \textcolor{preprocessor}{\#endif }\textcolor{comment}{/* GPGFRONTEND\_CORE\_EXPORT\_H */}\textcolor{preprocessor}{}}
|
|
|
|
\end{DoxyCode}
|