Go to the documentation of this file.   21 #ifndef INCLUDED_LIBREVENGE_LIBREVENGE_API_H    22 #define INCLUDED_LIBREVENGE_LIBREVENGE_API_H    25 #ifdef LIBREVENGE_BUILD    26 #define REVENGE_API __declspec(dllexport)    28 #define REVENGE_API __declspec(dllimport)    31 #ifdef LIBREVENGE_VISIBILITY    32 #define REVENGE_API __attribute__((visibility("default")))    39 #define REVENGE_ATTRIBUTE_PRINTF(fmt, arg) __attribute__((format(printf, fmt, arg)))    41 #define REVENGE_ATTRIBUTE_PRINTF(fmt, arg)  
 
Generated for librevenge by 
doxygen 1.8.14