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