Go to the documentation of this file.
7 #if defined ( __VISUALC__ ) || defined ( _MSC_VER ) || defined ( __BORLANDC__ ) || defined ( __GNUC__ ) || defined ( __WATCOMC__ )
8 #define CSADLLEXPORT __declspec( dllexport )
9 #define CSADLLIMPORT __declspec( dllimport )
14 #elif defined ( __CYGWIN__ )
15 #define CSADLLEXPORT __declspec( dllexport )
16 #define CSADLLIMPORT __declspec( dllimport )
17 #elif defined ( __GNUC__ ) && __GNUC__ > 3
21 #define CSADLLEXPORT __attribute__ ( ( visibility( "default" ) ) )
36 #if defined ( csirocsa_EXPORTS )
37 #define CSADLLIMPEXP CSADLLEXPORT
38 #define CSADLLIMPEXP_DATA( type ) CSADLLEXPORT type
40 #define CSADLLIMPEXP CSADLLIMPORT
41 #define CSADLLIMPEXP_DATA( type ) CSADLLIMPORT type