Go to the documentation of this file. 1 #ifndef PROTON_IMPORT_EXPORT_H
2 #define PROTON_IMPORT_EXPORT_H 1
33 #if defined(WIN32) && !defined(PROTON_DECLARE_STATIC)
37 # define PN_EXPORT __declspec(dllexport)
38 # define PN_IMPORT __declspec(dllimport)
50 #ifdef qpid_proton_EXPORTS
51 # define PN_EXTERN PN_EXPORT
53 # define PN_EXTERN PN_IMPORT