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