Go to the documentation of this file. 20 #ifndef LIBCALENDAR_EXPORT_H 21 #define LIBCALENDAR_EXPORT_H 23 #ifdef LIBCALENDAR_EXPORT 25 #define LIBCALENDAR_API __declspec(dllexport) 27 #define LIBCALENDAR_API 31 #define LIBCALENDAR_API __declspec(dllimport) 33 #define LIBCALENDAR_API