Go to the documentation of this file.
11 #if defined(_WIN32) || defined(_MSC_VER) || defined(__CYGWIN__)
14 #define P1_EXPORT __attribute__ ((dllexport))
16 #define P1_EXPORT __declspec(dllexport)
20 #define P1_EXPORT __attribute__ ((dllimport))
22 #define P1_EXPORT __declspec(dllimport)
28 #define P1_EXPORT __attribute__ ((visibility ("default")))
29 #define P1_HIDDEN __attribute__ ((visibility ("hidden")))