Go to the documentation of this file. 23 #ifndef ICL_HARDWARE_CAN_SOURCE_IMPORT_EXPORT_H_INCLUDED 24 #define ICL_HARDWARE_CAN_SOURCE_IMPORT_EXPORT_H_INCLUDED 26 #if defined(_SYSTEM_WIN32_) && !defined(_IC_STATIC_) 27 # pragma warning ( disable : 4251 ) 29 # if defined ICL_HARDWARE_CAN_SOURCE_EXPORT_SYMBOLS 30 # define ICL_HARDWARE_CAN_SOURCE_IMPORT_EXPORT __declspec(dllexport) 32 # define ICL_HARDWARE_CAN_SOURCE_IMPORT_EXPORT __declspec(dllimport) 35 #elif defined(__GNUC__) && (__GNUC__ > 3) && !defined(_IC_STATIC_) 37 # define ICL_HARDWARE_CAN_SOURCE_IMPORT_EXPORT __attribute__ ((visibility("default"))) 41 # define ICL_HARDWARE_CAN_SOURCE_IMPORT_EXPORT
fzi_icl_can
Author(s):
autogenerated on Mon Jun 10 2019 13:17:02