VMime
export-shared.hpp File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define VMIME_EXPORT   __attribute__((visibility("default")))
 
#define VMIME_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VMIME_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VMIME_DEPRECATED_EXPORT   VMIME_EXPORT __attribute__ ((__deprecated__))
 
#define VMIME_DEPRECATED_NO_EXPORT   VMIME_NO_EXPORT __attribute__ ((__deprecated__))
 
#define DEFINE_NO_DEPRECATED   0
 

Macro Definition Documentation

#define DEFINE_NO_DEPRECATED   0
#define VMIME_DEPRECATED   __attribute__ ((__deprecated__))
#define VMIME_DEPRECATED_EXPORT   VMIME_EXPORT __attribute__ ((__deprecated__))
#define VMIME_DEPRECATED_NO_EXPORT   VMIME_NO_EXPORT __attribute__ ((__deprecated__))
#define VMIME_EXPORT   __attribute__((visibility("default")))
#define VMIME_NO_EXPORT   __attribute__((visibility("hidden")))