Go to the documentation of this file.
66 #include <jasper/jas_config.h>
70 #if defined(JAS_BUILDING_DLL)
71 #define JAS_DLLEXPORT __declspec(dllexport)
73 #define JAS_DLLEXPORT __declspec(dllimport)
76 #elif defined(JAS_HAVE_VISIBILITY)
77 #if defined(JAS_BUILDING_DLL)
78 #define JAS_DLLEXPORT __attribute__ ((visibility("default")))
79 #define JAS_DLLLOCAL __attribute__ ((visibility("hidden")))