// Autogenerated file by PacpusUtilities.cmake // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE #ifndef __STDDBTPLAYERCOMPONENTS_CONFIG_H__ #define __STDDBTPLAYERCOMPONENTS_CONFIG_H__ // Export macro for use 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 // __STDDBTPLAYERCOMPONENTS_CONFIG_H__