VMime
export-static.hpp File Reference

Macros

#define VMIME_EXPORT
 
#define VMIME_NO_EXPORT
 
#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
#define VMIME_NO_EXPORT