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