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