Go to the documentation of this file.
25 #ifndef INC_EXPORT_HPP_A39ABC17_A9BB_4B2B_BC00_C943C1ADC1A6
26 #define INC_EXPORT_HPP_A39ABC17_A9BB_4B2B_BC00_C943C1ADC1A6
36 #if defined(_WIN32) || defined(_WIN64)
38 #ifdef BUILDING_LIBXCKS
39 #define LIBXCKS_SO_EXPORT __declspec(dllexport)
41 #define LIBXCKS_SO_EXPORT __declspec(dllimport)
44 #define LIBXCKS_SO_EXPORT
46 #elif defined(__GNUC__) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__)))
48 #ifdef BUILDING_LIBXCKS
49 #define LIBXCKS_SO_EXPORT
51 #define LIBXCKS_SO_EXPORT
54 #define LIBXCKS_SO_EXPORT
57 #define LIBXCKS_SO_EXPORT