PDI 1.1.0
	Data exchange made easy
 
    5 #ifdef PDI_STATIC_DEFINE    12 #      define PDI_EXPORT __attribute__((visibility("default")))    15 #      define PDI_EXPORT __attribute__((visibility("default")))    19 #  ifndef PDI_NO_EXPORT    20 #    define PDI_NO_EXPORT __attribute__((visibility("hidden")))    24 #ifndef PDI_DEPRECATED    25 #  define PDI_DEPRECATED __attribute__ ((__deprecated__))    28 #ifndef PDI_DEPRECATED_EXPORT    29 #  define PDI_DEPRECATED_EXPORT PDI_EXPORT PDI_DEPRECATED    32 #ifndef PDI_DEPRECATED_NO_EXPORT    33 #  define PDI_DEPRECATED_NO_EXPORT PDI_NO_EXPORT PDI_DEPRECATED    37 #  ifndef PDI_NO_DEPRECATED    38 #    define PDI_NO_DEPRECATED