// Autogenerated file by PacpusUtilities.cmake // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE #ifndef __CAMERAPLAYER_CONFIG_H__ #define __CAMERAPLAYER_CONFIG_H__ // Export macro for use DLL for Windows only #ifdef WIN32 #ifdef CAMERAPLAYER_EXPORTS // make DLL #define CAMERAPLAYER_API __declspec(dllexport) #else // use DLL #define CAMERAPLAYER_API __declspec(dllimport) #endif #else // On other platforms, simply ignore this #define CAMERAPLAYER_API #endif #endif // __CAMERAPLAYER_CONFIG_H__