#ifndef CANGATEWAYCONFIG_H #define CANGATEWAYCONFIG_H // Export macro for CanGateway DLL for Windows only #ifdef WIN32 # ifdef CANGATEWAY_EXPORTS // make DLL # define CANGATEWAY_API __declspec(dllexport) # else // use DLL # define CANGATEWAY_API __declspec(dllimport) # endif #else // On other platforms, simply ignore this # define CANGATEWAY_API #endif #endif // CANGATEWAYCONFIG_H