OpcUaCanOpen
CANopen OPC-UA server
ExportDefinition.h
Go to the documentation of this file.
1 
24 #ifndef EXPORT_DEFINITION_H_
25 #define EXPORT_DEFINITION_H_
26 
30 #ifdef _WINDOWS
31  #define SHARED_LIB_EXPORT_DEFN __declspec(dllexport)
32 #else
33  #define SHARED_LIB_EXPORT_DEFN // nothing for linux
34 #endif //_WINDOWS
35 
36 #endif /* EXPORT_DEFINITION_H_ */