Go to the documentation of this file.   25 #ifndef DRIVER_SVH_IMPORT_EXPORT_H_INCLUDED    26 #define DRIVER_SVH_IMPORT_EXPORT_H_INCLUDED    28 #if defined(_SYSTEM_WIN32_) && !defined(_IC_STATIC_)    29 #  pragma warning ( disable : 4251 )    31 # if defined DRIVER_SVH_EXPORT_SYMBOLS    32 #  define DRIVER_SVH_IMPORT_EXPORT __declspec(dllexport)    34 #  define DRIVER_SVH_IMPORT_EXPORT __declspec(dllimport)    37 #elif defined(__GNUC__) && (__GNUC__ > 3) && !defined(_IC_STATIC_)    39 # define DRIVER_SVH_IMPORT_EXPORT __attribute__ ((visibility("default")))    43 # define DRIVER_SVH_IMPORT_EXPORT